Skip to content

Commit 99fc40f

Browse files
authored
Merge pull request #2666 from dmcgowan/update-version-1.2-rc.0
Update version for v1.2.0-rc.0
2 parents 16b42fc + 65e0214 commit 99fc40f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.mailmap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ Xiaodong Zhang <[email protected]> nashasha1 <[email protected]>
2222
2323
Jian Liao <[email protected]> liaojian <[email protected]>
2424
25-
Yan Xuean <[email protected]> yanxuean <[email protected]>
25+
Xuean Yan <[email protected]> yanxuean <[email protected]>

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)