From 912f7b51e90b2e6c4ff01570f1413c736cfc4d04 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 22 Feb 2016 12:40:00 -0500 Subject: #1821 add actions for close and reopen issues --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index e506ce5c..9586081a 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.8.41.0221" +const APP_VER = "0.8.42.0222" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3