diff options
author | Unknwon <u@gogs.io> | 2017-05-17 18:50:14 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-05-17 18:50:14 -0400 |
commit | d71a8fece853911fb4702e43447da6fffd52941b (patch) | |
tree | cdedf76bc62f9e0c4cbd7d17027cc240d1800901 /gogs.go | |
parent | 5202b7da48da74933ec48d842814148ba219d7fc (diff) |
feature/org-mode: 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.9.0407" +const APP_VER = "0.11.10.0517" func init() { setting.AppVer = APP_VER |