diff options
author | Unknwon <u@gogs.io> | 2015-09-01 06:31:47 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-01 06:31:47 -0400 |
commit | 17c2d1fc7c236d6a0e7809c4cde0b9f6a029dfb0 (patch) | |
tree | bdb5f989da0e64434b449ad823052c3c8191f2aa /gogs.go | |
parent | 6c7a93a3acdac90f9af1efbc67961b84f46caa56 (diff) | |
download | gitea-17c2d1fc7c236d6a0e7809c4cde0b9f6a029dfb0.tar.gz gitea-17c2d1fc7c236d6a0e7809c4cde0b9f6a029dfb0.zip |
fix dashboard 500 when no issues at all
- update locales
- update README
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.7.0831 Beta" +const APP_VER = "0.6.7.0901 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |