diff options
author | Unknwon <u@gogs.io> | 2017-03-13 00:53:50 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-03-13 00:53:50 -0400 |
commit | 96ae0129ef4db2bb5c7fc3bdcbc128700f116ac1 (patch) | |
tree | 9814ea7e313fa4d33c454080c08e084cdaa26fdc /gogs.go | |
parent | aaadc61ee81a32ffb1497ed609f4f65899bce61d (diff) |
models/repo: minor code style and comment fix (#4273)
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/modules/setting" ) -const APP_VER = "0.10.16.0312" +const APP_VER = "0.10.17.0313" func init() { setting.AppVer = APP_VER |