version bump (checking autoinstall)

This commit is contained in:
Juan Batiz-Benet 2014-11-06 12:11:44 -08:00
parent d742984968
commit a9d90852db

View File

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