Compare commits

...

1 Commits

Author SHA1 Message Date
zjubfd
280cad3098 fix: fix the wrong version number (#2305) 2024-03-19 14:16:34 +08:00
2 changed files with 6 additions and 1 deletions

View File

@@ -1,4 +1,9 @@
# Changelog
## v1.3.12
BUGFIX
* [\#2305](https://github.com/bnb-chain/bsc/pull/2305) fix: fix the wrong version number
## v1.3.11
BUGFIX
* [\#2288](https://github.com/bnb-chain/bsc/pull/2288) fix: add FeynmanFix upgrade for a testnet issue

View File

@@ -23,7 +23,7 @@ import (
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 3 // Minor version component of the current release
VersionPatch = 10 // Patch version component of the current release
VersionPatch = 12 // Patch version component of the current release
VersionMeta = "" // Version metadata to append to the version string
)