Update version to 0.2.3
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
0ac3cd1be1
commit
973f21fcad
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