bump version; fix repo count metrics

This commit is contained in:
Brad Rydzewski
2017-07-25 15:32:22 -04:00
parent aadcde2b2c
commit 02a8a2a31f
11 changed files with 40 additions and 11 deletions

View File

@@ -10,7 +10,7 @@ var (
// VersionPatch is for backwards-compatible bug fixes
VersionPatch int64 = 0
// VersionPre indicates prerelease
VersionPre string = "rc.2"
VersionPre string
// VersionDev indicates development branch. Releases will be empty string.
VersionDev string
)