summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-30 09:39:44 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-30 09:39:44 -0400
commit03cc39ea121e87febf4421d84e579770f635695c (patch)
tree0e5e3e716c5d272c624e386f49a67331e85256c4 /gogs.go
parentb1627672f9b45047976f498fe618995361e9ff35 (diff)
downloadgitea-03cc39ea121e87febf4421d84e579770f635695c.tar.gz
gitea-03cc39ea121e87febf4421d84e579770f635695c.zip
Mirror fix on #45
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 2ef35ca4da..bbd654212b 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.2.0.0329 Alpha"
+const APP_VER = "0.2.0.0330 Alpha"
func init() {
base.AppVer = APP_VER