aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-02-14 03:16:02 -0500
committerUnknwon <u@gogs.io>2017-02-14 03:16:02 -0500
commitf4aedda13a4e243d9c3deb941bea28b79a893975 (patch)
tree8680b58f60a67c0db7df713a265e227babe3944b /gogs.go
parent1381f0f28e7b89adca1655aaa905135eaa9011b1 (diff)
org/team: make 'new' as reserved for team name (#3789)
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 1db11bf3..ccd83f8e 100644
--- a/gogs.go
+++ b/gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.9.145.0213"
+const APP_VER = "0.9.146.0214"
func init() {
setting.AppVer = APP_VER