diff options
author | Unknwon <u@gogs.io> | 2015-02-28 21:44:09 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-02-28 21:44:09 -0500 |
commit | 473e265727c1e47dd83e3f66a5cc92d2f027d951 (patch) | |
tree | bece3e29269a694b47a9d15d1ec27b8e9d38186f /gogs.go | |
parent | e3dece1371f38f5af72c200bc4c4684ec2fc396b (diff) | |
download | gitea-473e265727c1e47dd83e3f66a5cc92d2f027d951.tar.gz gitea-473e265727c1e47dd83e3f66a5cc92d2f027d951.zip |
models: done testing on new access system
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.5.15.0224 Beta" +const APP_VER = "0.5.16.0228 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |