Raised version to 1.1.0 (#468)

pull/469/head
Thomas Boerger 7 years ago committed by GitHub
parent 6aacf4d2f0
commit f2ff0ee846
  1. 2
      main.go

@ -18,7 +18,7 @@ import (
)
// Version holds the current Gitea version
var Version = "1.0.0+dev"
var Version = "1.1.0+dev"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())

Loading…
Cancel
Save