Skip to content

Commit 52cf28a

Browse files
committed
params: Gwemix v0.10.6
1 parent d611c11 commit 52cf28a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = 0 // 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)