1
0
Fork 0
mirror of https://github.com/vbatts/imgsrv.git synced 2024-12-25 23:36:30 +00:00

bump version: 1.2.0

This commit is contained in:
Vincent Batts 2013-08-06 11:09:59 -04:00
parent e3548407b2
commit 713d700a76

View file

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