We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3781d87 + 42e4de9 commit 2d19e9bCopy full SHA for 2d19e9b
1 file changed
version/version.go
@@ -23,7 +23,7 @@ var (
23
Package = "github.com/containerd/containerd/v2"
24
25
// Version holds the complete version number. Filled in at linking time.
26
- Version = "2.0.0-rc.0+unknown"
+ Version = "2.0.0-rc.1+unknown"
27
28
// Revision is filled with the VCS (e.g. git) revision being used to build
29
// the program at linking time.
0 commit comments