mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:49:52 +01:00
Raised version to 1.1.0 (#468)
This commit is contained in:
parent
6aacf4d2f0
commit
f2ff0ee846
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -18,7 +18,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// Version holds the current Gitea version
|
// Version holds the current Gitea version
|
||||||
var Version = "1.0.0+dev"
|
var Version = "1.1.0+dev"
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||||
|
|
Loading…
Reference in a new issue