X Tutup
Skip to content

Commit 997a1b5

Browse files
committed
release: prepare for v1.0.0-alpha2
Signed-off-by: Stephen J Day <stephen.day@docker.com>
1 parent b84817a commit 997a1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var (
55
Package = "github.com/containerd/containerd"
66

77
// Version holds the complete version number. Filled in at linking time.
8-
Version = "1.0.0-alpha1+unknown"
8+
Version = "1.0.0-alpha2+unknown"
99

1010
// Revision is filled with the VCS (e.g. git) revision being used to build
1111
// the program at linking time.

0 commit comments

Comments
 (0)
X Tutup