From e6f927f61af927156798390e64f17dd6755697e7 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 21 Mar 2016 12:47:54 -0400 Subject: #1692 api: admin list and create team under organization --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index cc3c436f..1e2573b2 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.9.13.0321" +const APP_VER = "0.9.14.0321" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3