mirror of
https://github.com/vbatts/imgsrv.git
synced 2024-11-23 08:35:43 +00:00
bumping version to 1.3.0
This commit is contained in:
parent
adbdffbfb4
commit
2a87e1f8ca
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ import "fmt"
|
||||||
|
|
||||||
var (
|
var (
|
||||||
MAJOR int = 1
|
MAJOR int = 1
|
||||||
MINOR int = 2
|
MINOR int = 3
|
||||||
TINY int = 1
|
TINY int = 0
|
||||||
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