Skip to content

Commit aa0e8a8

Browse files
authored
Merge pull request #673 from CortexFoundation/dev
version 1.10.6 stable
2 parents 2ec6051 + 68715d3 commit aa0e8a8

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 = 10 // Minor version component of the current release
26-
VersionPatch = 5 // Patch version component of the current release
26+
VersionPatch = 6 // Patch version component of the current release
2727
VersionMeta = "stable" // Version metadata to append to the version string
2828
)
2929

0 commit comments

Comments
 (0)