From 006c45e21d5f37c5bcfb92ead1110272dee0d88d Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 20 Apr 2014 20:52:00 -0400 Subject: Mirror change --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index bc807c466c..c9d78acb94 100644 --- a/gogs.go +++ b/gogs.go @@ -19,7 +19,7 @@ import ( // Test that go1.2 tag above is included in builds. main.go refers to this definition. const go12tag = true -const APP_VER = "0.3.0.0419 Alpha" +const APP_VER = "0.3.0.0420 Alpha" func init() { base.AppVer = APP_VER -- cgit v1.2.3