version: bump to -dev for master

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2016-06-03 15:16:16 -04:00
parent 06479209bd
commit 7d4fe7380f
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"
VersionDev = "-rc1-dev"
)
// Version is the specification version that the package types support.