summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-26 01:22:22 -0600
committerUnknown <joe2010xtmf@163.com>2014-04-26 01:22:22 -0600
commit9dfb7de3715c11e9569de62cd03b7787e58d0d91 (patch)
tree6cc9b2afe24c8e793b55d9b4ebf120ace2cfc7bb /gogs.go
parent861a20f4642004abad344eae049bedda25f3c887 (diff)
downloadgitea-9dfb7de3715c11e9569de62cd03b7787e58d0d91.tar.gz
gitea-9dfb7de3715c11e9569de62cd03b7787e58d0d91.zip
Fix #102
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 b06c80064c..caa8cf63db 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.0422 Alpha"
+const APP_VER = "0.3.0.0426 Alpha"
func init() {
base.AppVer = APP_VER