Merge pull request #296 from crosbymichael/bump
Update version to 0.2.3
This commit is contained in:
commit
621f263475
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ const VersionMajor = 0
|
|||
const VersionMinor = 2
|
||||
|
||||
// VersionPatch holds the release patch number
|
||||
const VersionPatch = 0
|
||||
const VersionPatch = 3
|
||||
|
||||
// Version holds the combination of major minor and patch as a string
|
||||
// of format Major.Minor.Patch
|
||||
|
|
Loading…
Reference in a new issue