1
0
Fork 0
forked from forgejo/forgejo
This commit is contained in:
Unknown 2014-03-02 15:25:09 -05:00
parent 9c3a8ff299
commit e9487cb59c
3 changed files with 84 additions and 5 deletions

View file

@ -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.0225"
const APP_VER = "0.0.0.0301"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())