bump version number to 0.2.1 after panic fix

This commit is contained in:
Jeromy 2015-02-21 14:36:17 -08:00
parent 55c27e274d
commit 8946dbda2d

View File

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