From 83e747bfda43c2c8fa0aceb2c989d42fe5ca1582 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 13 Sep 2015 11:07:21 -0400 Subject: #697 and #1606 and new admin edit user UI --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 81a25e3d0c..dfaee96413 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.6.11.0913 Beta" +const APP_VER = "0.6.12.0913 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3