aboutsummaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-21 02:24:35 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-21 02:24:35 -0400
commitea29a9b84631b03ee2f60ffa85fd9e402ceaf8a4 (patch)
tree5b6b3e18cc2346a194067f5243a9cf066c3decec /gogs.go
parent006c45e21d5f37c5bcfb92ead1110272dee0d88d (diff)
downloadgitea-ea29a9b84631b03ee2f60ffa85fd9e402ceaf8a4.tar.gz
gitea-ea29a9b84631b03ee2f60ffa85fd9e402ceaf8a4.zip
API fix
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index c9d78acb94..73555adab7 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.0420 Alpha"
+const APP_VER = "0.3.0.0421 Alpha"
func init() {
base.AppVer = APP_VER