diff options
author | Unknwon <u@gogs.io> | 2016-02-04 12:51:00 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-02-04 12:51:00 -0500 |
commit | 04be8c0de5295f57e06e152e56c481b29b1076e5 (patch) | |
tree | b4b960ce14c151ae199d4c7f99d9718f10e8503b /gogs.go | |
parent | a47baa1b7ae08fbcc6946b6c168e69cd4c9894b4 (diff) | |
download | gitea-04be8c0de5295f57e06e152e56c481b29b1076e5.tar.gz gitea-04be8c0de5295f57e06e152e56c481b29b1076e5.zip |
#2554 reinitialize all repos from the db
- Update locales
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.28.0203" +const APP_VER = "0.8.29.0204" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |