1
0
Fork 0
forked from forgejo/forgejo

Pools limit concurrent nums

This commit is contained in:
Unknown 2014-03-19 21:05:48 -04:00
parent 601c10309d
commit 6f68620860
8 changed files with 43 additions and 25 deletions

View file

@ -20,7 +20,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.1.0.0319.1"
const APP_VER = "0.1.1.0320.1"
func init() {
base.AppVer = APP_VER