summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-03-12 01:15:01 -0400
committerUnknwon <u@gogs.io>2015-03-12 01:15:01 -0400
commit4aafeace230a35e80fb443739c2642d23fc93e51 (patch)
tree3dc6b008a4469232521ecf834b43acf17ae439dc /gogs.go
parent34102f788945b1c73a845f7916d01d216baa56ad (diff)
downloadgitea-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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index 2d34178d50..fd303fa28f 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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())