diff options
author | Unknwon <u@gogs.io> | 2015-03-12 01:15:01 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-03-12 01:15:01 -0400 |
commit | 4aafeace230a35e80fb443739c2642d23fc93e51 (patch) | |
tree | 3dc6b008a4469232521ecf834b43acf17ae439dc /gogs.go | |
parent | 34102f788945b1c73a845f7916d01d216baa56ad (diff) | |
download | gitea-4aafeace230a35e80fb443739c2642d23fc93e51.tar.gz gitea-4aafeace230a35e80fb443739c2642d23fc93e51.zip |
fix HTTP/HTTPS push update func call panic #1037 and `http: multiple response.WriteHeader calls`
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.16.0311 Beta" +const APP_VER = "0.5.16.0312 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |