Skip to content

Commit e8ef65a

Browse files
authored
Merge pull request ethereum#108 from multi-geth/sp-193-unstable
params: move master branch to v1.9.3 unstable
2 parents 4d22e70 + e00e0ee commit e8ef65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

params/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
const (
2424
VersionMajor = 1 // Major version component of the current release
2525
VersionMinor = 9 // Minor version component of the current release
26-
VersionPatch = 2 // Patch version component of the current release
26+
VersionPatch = 3 // Patch version component of the current release
2727
VersionMeta = "unstable" // Version metadata to append to the version string
2828
VersionName = "MultiGeth"
2929
)

0 commit comments

Comments
 (0)