diff options
author | Unknwon <u@gogs.io> | 2016-08-09 09:39:55 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-08-09 09:39:55 -0700 |
commit | bbe866122db02c543cf4c72b0878ed1b08c8b07a (patch) | |
tree | d096a165ba9ce075ff8626afdbdd5507a9afe180 /gogs.go | |
parent | 87954dbfeb28a8e883e18123bf92a3bbcc839cd8 (diff) | |
download | gitea-bbe866122db02c543cf4c72b0878ed1b08c8b07a.tar.gz gitea-bbe866122db02c543cf4c72b0878ed1b08c8b07a.zip |
#3406 fix regression of MustEnableIssues check
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.68.0807" +const APP_VER = "0.9.68.0808" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |