aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2016-11-15 07:39:12 +0800
committerJeffrey Wilcke <jeffrey@ethereum.org>2016-11-15 07:39:12 +0800
commit233950da400317db6744e4a184bdbe8c2a257443 (patch)
tree532b6d3d0a28dbf3b6013e11775a4ace421e8909
parentbd0aafb4fd76b04d539d9a2891984f0c848ba09c (diff)
downloadgo-tangerine-233950da400317db6744e4a184bdbe8c2a257443.tar
go-tangerine-233950da400317db6744e4a184bdbe8c2a257443.tar.gz
go-tangerine-233950da400317db6744e4a184bdbe8c2a257443.tar.bz2
go-tangerine-233950da400317db6744e4a184bdbe8c2a257443.tar.lz
go-tangerine-233950da400317db6744e4a184bdbe8c2a257443.tar.xz
go-tangerine-233950da400317db6744e4a184bdbe8c2a257443.tar.zst
go-tangerine-233950da400317db6744e4a184bdbe8c2a257443.zip
utils: stable 1.5.0
-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 b057f4293..6baec7613 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 = "unstable" // 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 = 0 // Patch version component of the current release
+ VersionMeta = "stable" // Version metadata to append to the version string
)
// Version holds the textual version string.