We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d22e70 + e00e0ee commit e8ef65aCopy full SHA for e8ef65a
params/version.go
@@ -23,7 +23,7 @@ import (
23
const (
24
VersionMajor = 1 // Major version component of the current release
25
VersionMinor = 9 // Minor version component of the current release
26
- VersionPatch = 2 // Patch version component of the current release
+ VersionPatch = 3 // Patch version component of the current release
27
VersionMeta = "unstable" // Version metadata to append to the version string
28
VersionName = "MultiGeth"
29
)
0 commit comments