diff options
author | Felix Lange <fjl@twurst.com> | 2018-07-05 07:08:05 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2018-07-05 07:08:05 +0800 |
commit | 37685930d953bcbe023f9bc65b135a8d8b8f1488 (patch) | |
tree | 17beb12f3790f2a0fcc8045038db4e06ebb4f79d /params/version.go | |
parent | 51df1c1f20201b3ba6fba6e874a3c72f5d2a9123 (diff) | |
download | go-tangerine-37685930d953bcbe023f9bc65b135a8d8b8f1488.tar go-tangerine-37685930d953bcbe023f9bc65b135a8d8b8f1488.tar.gz go-tangerine-37685930d953bcbe023f9bc65b135a8d8b8f1488.tar.bz2 go-tangerine-37685930d953bcbe023f9bc65b135a8d8b8f1488.tar.lz go-tangerine-37685930d953bcbe023f9bc65b135a8d8b8f1488.tar.xz go-tangerine-37685930d953bcbe023f9bc65b135a8d8b8f1488.tar.zst go-tangerine-37685930d953bcbe023f9bc65b135a8d8b8f1488.zip |
params: v1.8.12 stablev1.8.12
Diffstat (limited to 'params/version.go')
-rw-r--r-- | params/version.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/params/version.go b/params/version.go index f679908ae..8991622ba 100644 --- a/params/version.go +++ b/params/version.go @@ -21,10 +21,10 @@ import ( ) const ( - VersionMajor = 1 // Major version component of the current release - VersionMinor = 8 // Minor version component of the current release - VersionPatch = 12 // 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 = 8 // Minor version component of the current release + VersionPatch = 12 // Patch version component of the current release + VersionMeta = "stable" // Version metadata to append to the version string ) // Version holds the textual version string. |