diff options
author | Unknwon <u@gogs.io> | 2017-02-14 03:16:02 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-14 03:16:02 -0500 |
commit | f4aedda13a4e243d9c3deb941bea28b79a893975 (patch) | |
tree | 8680b58f60a67c0db7df713a265e227babe3944b /gogs.go | |
parent | 1381f0f28e7b89adca1655aaa905135eaa9011b1 (diff) |
org/team: make 'new' as reserved for team name (#3789)
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.9.145.0213" +const APP_VER = "0.9.146.0214" func init() { setting.AppVer = APP_VER |