diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-23 13:06:25 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-23 13:06:25 -0400 |
commit | ebb05475ed15fffc37145799ce7c72b65ccdbfc5 (patch) | |
tree | 013ad9450ad03cb84b8f0f68d433365e57a37468 /gogs.go | |
parent | a11ed51bbbdde56967e1499325ae85d9d86712e7 (diff) | |
download | gitea-ebb05475ed15fffc37145799ce7c72b65ccdbfc5.tar.gz gitea-ebb05475ed15fffc37145799ce7c72b65ccdbfc5.zip |
Fix #495 and cannot view repository by tag
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.4.0922 Beta" +const APP_VER = "0.5.4.0923 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |