Update version to 0.2.3

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2016-08-10 08:59:47 -07:00
parent 0ac3cd1be1
commit 973f21fcad
1 changed files with 1 additions and 1 deletions

View File

@ -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