Update runtime-spec rc6

This should be the same commit tagged as the 1.0 release

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2017-07-12 09:09:48 -07:00
parent 0600399b0d
commit 4e8943f7bb
7 changed files with 13 additions and 13 deletions

View File

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