Skip to content

Commit 7b750c7

Browse files
committed
Update version to 1.2-rc.1
Signed-off-by: Derek McGowan <[email protected]>
1 parent 0e6a562 commit 7b750c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var (
2121
Package = "github.com/containerd/containerd"
2222

2323
// Version holds the complete version number. Filled in at linking time.
24-
Version = "1.2.0-rc.0+unknown"
24+
Version = "1.2.0-rc.1+unknown"
2525

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

0 commit comments

Comments
 (0)