We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84817a commit 997a1b5Copy full SHA for 997a1b5
version/version.go
@@ -5,7 +5,7 @@ var (
5
Package = "github.com/containerd/containerd"
6
7
// Version holds the complete version number. Filled in at linking time.
8
- Version = "1.0.0-alpha1+unknown"
+ Version = "1.0.0-alpha2+unknown"
9
10
// Revision is filled with the VCS (e.g. git) revision being used to build
11
// the program at linking time.
0 commit comments