aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/utils
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2016-11-15 07:40:40 +0800
committerJeffrey Wilcke <jeffrey@ethereum.org>2016-11-15 07:40:40 +0800
commitfd27393df37969f889c29e213a35a1604145bf46 (patch)
treed50ea1da8f9405f2dcb46c82f5796bbb09eb0124 /cmd/utils
parent233950da400317db6744e4a184bdbe8c2a257443 (diff)
downloadgo-tangerine-fd27393df37969f889c29e213a35a1604145bf46.tar
go-tangerine-fd27393df37969f889c29e213a35a1604145bf46.tar.gz
go-tangerine-fd27393df37969f889c29e213a35a1604145bf46.tar.bz2
go-tangerine-fd27393df37969f889c29e213a35a1604145bf46.tar.lz
go-tangerine-fd27393df37969f889c29e213a35a1604145bf46.tar.xz
go-tangerine-fd27393df37969f889c29e213a35a1604145bf46.tar.zst
go-tangerine-fd27393df37969f889c29e213a35a1604145bf46.zip
utils: unstable 1.5.1
Diffstat (limited to 'cmd/utils')
-rw-r--r--cmd/utils/version.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/cmd/utils/version.go b/cmd/utils/version.go
index 6baec7613..801017e80 100644
--- a/cmd/utils/version.go
+++ b/cmd/utils/version.go
@@ -28,10 +28,10 @@ import (
)
const (
- VersionMajor = 1 // Major version component of the current release
- VersionMinor = 5 // Minor version component of the current release
- VersionPatch = 0 // Patch version component of the current release
- VersionMeta = "stable" // Version metadata to append to the version string
+ VersionMajor = 1 // Major version component of the current release
+ VersionMinor = 5 // Minor version component of the current release
+ VersionPatch = 1 // Patch version component of the current release
+ VersionMeta = "unstable" // Version metadata to append to the version string
)
// Version holds the textual version string.