From 816c0ed5e7bba89a87689e56c19a29617f5f0ea9 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 5 May 2014 02:42:52 -0400 Subject: Fix import path --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 62bbc179..cb4d43fd 100644 --- a/gogs.go +++ b/gogs.go @@ -20,7 +20,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.2.0503 Alpha" +const APP_VER = "0.3.2.0505 Alpha" func init() { base.AppVer = APP_VER -- cgit v1.2.3