1
0
Fork 0
forked from forgejo/forgejo
This commit is contained in:
Unknown 2014-03-03 19:03:08 -05:00
parent fea660f1d7
commit e59f90b8fe
10 changed files with 45 additions and 29 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.0301"
const APP_VER = "0.0.0.0303"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())