From afc6cbc4797571a138eb150768fb9276b4da702b Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 1 Jun 2014 11:06:03 -0400 Subject: [PATCH] Update tag --- gogs.go | 2 +- templates/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gogs.go b/gogs.go index d0a02449c4..963cd5878e 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.4.0.0531 Alpha" +const APP_VER = "0.4.1.0601 Alpha" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) diff --git a/templates/VERSION b/templates/VERSION index 19ed9971d8..81b6032124 100644 --- a/templates/VERSION +++ b/templates/VERSION @@ -1 +1 @@ -0.4.0.0531 Alpha \ No newline at end of file +0.4.1.0601 Alpha \ No newline at end of file