From 12f81de349b9793c6f8f14b11af32ee94a735d5f Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 11 Mar 2014 11:40:47 -0400 Subject: Finish delete user --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 0bdf74d7..cf097a3a 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.4.0311" +const APP_VER = "0.0.5.0311" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3