diff options
author | Unknwon <u@gogs.io> | 2015-08-25 02:47:43 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-25 02:47:43 +0800 |
commit | 3a32cbee440bbba034ff68d399b3620fa8679253 (patch) | |
tree | 835ae277443b8227dd8d1b321fdb731a5cc00a32 /gogs.go | |
parent | a1042487922476f216c39519da793dad75739e74 (diff) | |
download | gitea-3a32cbee440bbba034ff68d399b3620fa8679253.tar.gz gitea-3a32cbee440bbba034ff68d399b3620fa8679253.zip |
#1246 Dashboard error: nil commits
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.6.5.0824 Beta" +const APP_VER = "0.6.5.0825 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |