diff options
author | Unknwon <u@gogs.io> | 2015-11-04 12:50:02 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-04 12:50:02 -0500 |
commit | 603c7389b8e56740033e51b36b79e61136b46002 (patch) | |
tree | f8517fe0a91e81f6169d8b22a41c7ba6c4de1da2 /gogs.go | |
parent | 00eb2b221ff189a658cf4a7d7fa40e55ae66dfd9 (diff) | |
download | gitea-603c7389b8e56740033e51b36b79e61136b46002.tar.gz gitea-603c7389b8e56740033e51b36b79e61136b46002.zip |
#1459 Dashboard issues lacks sorting
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.24.1104 Beta" +const APP_VER = "0.6.25.1104 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |