aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2018-06-17 22:18:41 +0800
committerUnknwon <u@gogs.io>2018-06-17 22:18:41 +0800
commit376a629c9f99893f341e76163e9b61273dd32c28 (patch)
tree4e3e1320c19d73c2282ff82c8d6aafb569ed9d87 /gogs.go
parent303fa37b608a4925f5a0137c89e20a906b3d9fdb (diff)
repo: add changes to repository avatar feature (#5221)
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 e5f77322..8b1129f2 100644
--- a/gogs.go
+++ b/gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogs/gogs/pkg/setting"
)
-const APP_VER = "0.11.57.0617"
+const APP_VER = "0.11.58.0617"
func init() {
setting.AppVer = APP_VER