Merge pull request #296 from crosbymichael/bump

Update version to 0.2.3
This commit is contained in:
Kenfe-Mickaël Laventure 2016-08-10 09:06:47 -07:00 committed by GitHub
commit 621f263475

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