Skip to content

Commit

Permalink
Update version to 0.2.3
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Crosby <[email protected]>
  • Loading branch information
crosbymichael committed Aug 10, 2016
1 parent 0ac3cd1 commit 973f21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 973f21f

Please sign in to comment.