forked from forgejo/forgejo
Update
This commit is contained in:
parent
fea660f1d7
commit
e59f90b8fe
10 changed files with 45 additions and 29 deletions
2
gogs.go
2
gogs.go
|
@ -19,7 +19,7 @@ import (
|
|||
// Test that go1.1 tag above is included in builds. main.go refers to this definition.
|
||||
const go11tag = true
|
||||
|
||||
const APP_VER = "0.0.0.0301"
|
||||
const APP_VER = "0.0.0.0303"
|
||||
|
||||
func init() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue