bump version number to 0.2.3

This commit is contained in:
Jeromy 2015-02-26 23:42:03 -08:00
parent ce747279ca
commit 5d7a3dfec2

View File

@ -8,7 +8,7 @@ import (
)
// CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.2.2"
const CurrentVersionNumber = "0.2.3"
// Version regulates checking if the most recent version is run
type Version struct {