diff options
author | Unknwon <u@gogs.io> | 2018-03-09 00:33:40 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-03-09 00:33:40 -0500 |
commit | 86d249eb16bfaa4199379aadfd64bdae72f91fea (patch) | |
tree | 6f6f7637912570221e39086daf94b021b2b2d4b9 /gogs.go | |
parent | 28f74cf1c67cde80ae453a799d76752114fd5e18 (diff) |
migrations: remove unused function and fix compile error
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.36.0308" +const APP_VER = "0.11.37.0309" func init() { setting.AppVer = APP_VER |