diff options
author | Unknwon <u@gogs.io> | 2018-03-06 01:25:55 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-03-06 01:25:55 -0500 |
commit | b9e4a052b8211b712f9c36532309620c33c10bd2 (patch) | |
tree | 5790368850923b0b2ccadaa2a70a15a68e4a2f0c /gogs.go | |
parent | 4a669f54789ca49b1c0cb2fbc5f6819d1db40054 (diff) |
vendor: update gopkg.in/macaron.v1
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |