mirror of
https://github.com/vbatts/imgsrv.git
synced 2024-11-27 10:35:41 +00:00
version bump
This commit is contained in:
parent
240c5bb67d
commit
b38c81e23c
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ import "fmt"
|
||||||
var (
|
var (
|
||||||
MAJOR int = 1
|
MAJOR int = 1
|
||||||
MINOR int = 1
|
MINOR int = 1
|
||||||
TINY int = 0
|
TINY int = 1
|
||||||
VERSION string = fmt.Sprintf("%d.%d.%d", MAJOR, MINOR, TINY)
|
VERSION string = fmt.Sprintf("%d.%d.%d", MAJOR, MINOR, TINY)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue