Skip to content

Commit 65e0214

Browse files
committed
Update version for v1.2.0-rc.0
Signed-off-by: Derek McGowan <[email protected]>
1 parent 7dc7c5e commit 65e0214

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

version/version.go

Lines changed: 1 addition & 1 deletion
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-beta.2+unknown"
24+
Version = "1.2.0-rc.0+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)