version: 1.0.0-rc2

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2016-09-07 22:24:10 -04:00
parent 009e9699d8
commit 7dab1a245d
No known key found for this signature in database
GPG Key ID: 10937E57733F1362
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ const (
VersionPatch = 0
// VersionDev indicates development branch. Releases will be empty string.
VersionDev = "-rc1-dev"
VersionDev = "-rc2"
)
// Version is the specification version that the package types support.