diff options
author | Unknwon <u@gogs.io> | 2016-01-11 14:34:32 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-01-11 14:34:32 +0800 |
commit | 91bab801aad337f2353cd4a46c896dfff6714cdf (patch) | |
tree | 8e5c5ab1e30507772e6b5feab149cad8275c28de /gogs.go | |
parent | 17c4400b1203db25d1458d0df3da1c17abe282c3 (diff) | |
download | gitea-91bab801aad337f2353cd4a46c896dfff6714cdf.tar.gz gitea-91bab801aad337f2353cd4a46c896dfff6714cdf.zip |
#2349 try to handle []int8 case
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.8.18.0109" +const APP_VER = "0.8.19.0111" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |