aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2018-03-06 01:25:55 -0500
committerUnknwon <u@gogs.io>2018-03-06 01:25:55 -0500
commitb9e4a052b8211b712f9c36532309620c33c10bd2 (patch)
tree5790368850923b0b2ccadaa2a70a15a68e4a2f0c /gogs.go
parent4a669f54789ca49b1c0cb2fbc5f6819d1db40054 (diff)
vendor: update gopkg.in/macaron.v1
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 dfce9d52..ec49b78f 100644
--- a/gogs.go
+++ b/gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/pkg/setting"
)
-const APP_VER = "0.11.34.0302"
+const APP_VER = "0.11.35.0306"
func init() {
setting.AppVer = APP_VER