diff options
author | Unknwon <u@gogs.io> | 2016-08-09 23:19:52 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-08-09 23:19:52 -0700 |
commit | 5448d29b2e987c6f37e03c7c5dda01654c50a685 (patch) | |
tree | 9a84fa0e57174dc5470154e1f4a8727d2abc0048 /gogs.go | |
parent | bb51eb51881aa9dd8c8acd29b1760f8e7f7c0682 (diff) | |
download | gitea-5448d29b2e987c6f37e03c7c5dda01654c50a685.tar.gz gitea-5448d29b2e987c6f37e03c7c5dda01654c50a685.zip |
#3417 wrong dashboard issue count for create by you
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.9.70.0808" +const APP_VER = "0.9.71.0808" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |