aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2016-11-16 20:10:03 +0800
committerGitHub <noreply@github.com>2016-11-16 20:10:03 +0800
commit810389c07a4ae5f468f33a7bf488a2681e994c90 (patch)
treec68bdad519b6a3826066cb05eea7c63f8288351c
parent3badd3782bf65118d91bdd9c65d17a9ba2a510eb (diff)
parentb81baf54239c3a757f1b0d5170240c8b483b8e72 (diff)
downloadgo-tangerine-810389c07a4ae5f468f33a7bf488a2681e994c90.tar
go-tangerine-810389c07a4ae5f468f33a7bf488a2681e994c90.tar.gz
go-tangerine-810389c07a4ae5f468f33a7bf488a2681e994c90.tar.bz2
go-tangerine-810389c07a4ae5f468f33a7bf488a2681e994c90.tar.lz
go-tangerine-810389c07a4ae5f468f33a7bf488a2681e994c90.tar.xz
go-tangerine-810389c07a4ae5f468f33a7bf488a2681e994c90.tar.zst
go-tangerine-810389c07a4ae5f468f33a7bf488a2681e994c90.zip
Merge pull request #3278 from obscuren/version-1-5-1v1.5.1
utils: bump stable 1.5.1
-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 801017e80..a3f7cfbba 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 = 1 // 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 = 1 // Patch version component of the current release
+ VersionMeta = "stable" // Version metadata to append to the version string
)
// Version holds the textual version string.