Set version to 1.2.0-dev
1.2.0-dev is less than 1.2.0, according to semver
This commit is contained in:
parent
04728b5b91
commit
f916aa0fe3
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -17,7 +17,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// Version holds the current Gitea version
|
// Version holds the current Gitea version
|
||||||
var Version = "1.1.0+dev"
|
var Version = "1.2.0-dev"
|
||||||
|
|
||||||
// Tags holds the build tags used
|
// Tags holds the build tags used
|
||||||
var Tags = ""
|
var Tags = ""
|
||||||
|
|
Reference in a new issue