Skip to content

Commit b9dc179

Browse files
authored
Merge pull request #49 from saddoc/dev-0.10.3
Gwemix 0.10.3
2 parents 4785f92 + feb7926 commit b9dc179

5 files changed

Lines changed: 1 addition & 16566 deletions

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 = 2 // Patch version component of the current release
26+
VersionPatch = 3 // 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)