Use protoversion for containerd version
Signed-off-by: Peter Edge <peter.edge@gmail.com>
This commit is contained in:
parent
1d63236c27
commit
d2e319523d
5 changed files with 48 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
|||
package containerd
|
||||
|
||||
const Version = "0.0.4"
|
||||
import "go.pedge.io/proto/version"
|
||||
|
||||
var Version = &protoversion.Version{
|
||||
Major: 0,
|
||||
Minor: 0,
|
||||
Micro: 4,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue