mirror of
https://github.com/vbatts/imgsrv.git
synced 2024-11-23 16:45:39 +00:00
version bump: 1.2.1
This commit is contained in:
parent
9274137145
commit
8f6a859703
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue