From 7407f9caf3e0baf3f9b7894fab021356662eed17 Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 7 May 2014 12:09:30 -0400 Subject: Finish issue design --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 23fed5d8..df1062e0 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/base" ) -const APP_VER = "0.3.3.0506 Alpha" +const APP_VER = "0.3.3.0507 Alpha" func init() { base.AppVer = APP_VER -- cgit v1.2.3