We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e6a562 commit 7b750c7Copy full SHA for 7b750c7
version/version.go
@@ -21,7 +21,7 @@ var (
21
Package = "github.com/containerd/containerd"
22
23
// Version holds the complete version number. Filled in at linking time.
24
- Version = "1.2.0-rc.0+unknown"
+ Version = "1.2.0-rc.1+unknown"
25
26
// Revision is filled with the VCS (e.g. git) revision being used to build
27
// the program at linking time.
0 commit comments