From b4f47a762338abe6ce3a6e3d6d0896b8a387228d Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 12 Mar 2016 20:56:03 -0500 Subject: #1891 attempt to fix invalid csrf token --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 2c3ade54..062fa29b 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.9.7.0312" +const APP_VER = "0.9.8.0312" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3