version bump: 1.2.1

This commit is contained in:
Vincent Batts 2013-08-06 11:25:17 -04:00
parent 9274137145
commit 8f6a859703
1 changed files with 1 additions and 1 deletions

View File

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