aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2019-04-10 20:45:13 +0800
committerGitHub <noreply@github.com>2019-04-10 20:45:13 +0800
commitcdae1c59abc32f85debfa29577fbf1ed036ebf73 (patch)
tree1cead73084658ee9b15288d6ecab07bbf37cf90c /params
parent14ae1246b789dd2a0a2bd22f0c7d3256daa26759 (diff)
parent0b00e19ed93512865dccdef1a340c27e6985aa82 (diff)
downloadgo-tangerine-cdae1c59abc32f85debfa29577fbf1ed036ebf73.tar
go-tangerine-cdae1c59abc32f85debfa29577fbf1ed036ebf73.tar.gz
go-tangerine-cdae1c59abc32f85debfa29577fbf1ed036ebf73.tar.bz2
go-tangerine-cdae1c59abc32f85debfa29577fbf1ed036ebf73.tar.lz
go-tangerine-cdae1c59abc32f85debfa29577fbf1ed036ebf73.tar.xz
go-tangerine-cdae1c59abc32f85debfa29577fbf1ed036ebf73.tar.zst
go-tangerine-cdae1c59abc32f85debfa29577fbf1ed036ebf73.zip
Merge pull request #19437 from zsfelfoldi/fix-sendtxv1.8.26
les: fix SendTx cost calculation and verify cost table
Diffstat (limited to 'params')
-rw-r--r--params/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/params/version.go b/params/version.go
index 5abe2ab95..daff23bf4 100644
--- a/params/version.go
+++ b/params/version.go
@@ -23,7 +23,7 @@ import (
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 8 // Minor version component of the current release
- VersionPatch = 25 // Patch version component of the current release
+ VersionPatch = 26 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)