From 6a75b1f7b37dead013f271936c274ac9506d7d41 Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 13 Mar 2014 01:01:22 -0400 Subject: Add create repo feeds --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index cf097a3a..04db72a6 100644 --- a/gogs.go +++ b/gogs.go @@ -20,7 +20,7 @@ import ( // Test that go1.1 tag above is included in builds. main.go refers to this definition. const go11tag = true -const APP_VER = "0.0.5.0311" +const APP_VER = "0.0.5.0313" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3