diff options
author | Unknwon <u@gogs.io> | 2016-07-04 17:27:06 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-07-04 17:27:06 +0800 |
commit | 4b25bdfbc45479d64e3ffb04abbd08672ccc47fb (patch) | |
tree | bbede594875a146bf4c34ce2760202cffe6aeb33 /gogs.go | |
parent | 528682a294834611a95b2cf6c80efdccdf6fd791 (diff) |
#3058 #3059 support correct page size and link header
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.35.0702" +const APP_VER = "0.9.36.0704" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |