Skip to content

Commit 123e934

Browse files
authored
Merge pull request #22288 from karalabe/1.10.unstable
params: just to make snapshots a bit more official
2 parents f566dd3 + d86906f commit 123e934

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

params/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ import (
2222

2323
const (
2424
VersionMajor = 1 // Major version component of the current release
25-
VersionMinor = 9 // Minor version component of the current release
26-
VersionPatch = 26 // Patch version component of the current release
25+
VersionMinor = 10 // Minor version component of the current release
26+
VersionPatch = 0 // Patch version component of the current release
2727
VersionMeta = "unstable" // Version metadata to append to the version string
2828
)
2929

0 commit comments

Comments
 (0)