Update runtime-spec to rc6

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2017-07-12 09:00:49 -07:00
parent a0159fddcd
commit eb70c213ba
15 changed files with 20 additions and 1701 deletions

View File

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