Merge pull request #2666 from dmcgowan/update-version-1.2-rc.0

Update version for v1.2.0-rc.0
This commit is contained in:
Derek McGowan 2018-09-20 13:30:58 -07:00 committed by GitHub
commit 99fc40fd60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -22,4 +22,4 @@ Xiaodong Zhang <a4012017@sina.com> nashasha1 <a4012017@sina.com>
Jian Liao <jliao@alauda.io> liaoj <jliao@alauda.io>
Jian Liao <jliao@alauda.io> liaojian <liaojian@Dabllo.local>
Rui Cao <ruicao@alauda.io> ruicao <ruicao@alauda.io>
Yan Xuean <yan.xuean@zte.com.cn> yanxuean <yan.xuean@zte.com.cn>
Xuean Yan <yan.xuean@zte.com.cn> yanxuean <yan.xuean@zte.com.cn>

View File

@ -21,7 +21,7 @@ var (
Package = "github.com/containerd/containerd"
// Version holds the complete version number. Filled in at linking time.
Version = "1.2.0-beta.2+unknown"
Version = "1.2.0-rc.0+unknown"
// Revision is filled with the VCS (e.g. git) revision being used to build
// the program at linking time.