aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-03-13 00:53:50 -0400
committerUnknwon <u@gogs.io>2017-03-13 00:53:50 -0400
commit96ae0129ef4db2bb5c7fc3bdcbc128700f116ac1 (patch)
tree9814ea7e313fa4d33c454080c08e084cdaa26fdc /gogs.go
parentaaadc61ee81a32ffb1497ed609f4f65899bce61d (diff)
models/repo: minor code style and comment fix (#4273)
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 b196f2e5..ce0d7aea 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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