version bump

This commit is contained in:
Vincent Batts 2013-05-09 12:54:16 -04:00
parent 240c5bb67d
commit b38c81e23c
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ import "fmt"
var (
MAJOR int = 1
MINOR int = 1
TINY int = 0
TINY int = 1
VERSION string = fmt.Sprintf("%d.%d.%d", MAJOR, MINOR, TINY)
)