From 112a7cab31df083983a664e252efcfca4ecb0d7a Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 29 Jan 2016 17:06:14 -0500 Subject: #2497 incorrect error handle for team name --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index d1091b2c79..01bf158290 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.8.24.0129" +const APP_VER = "0.8.25.0129" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3