summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-09 21:42:25 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-09 21:42:25 -0400
commit5d4025cb5a629716bf84f4f5bf3baa97af716df4 (patch)
tree0302bc6bc306df2f400b8b19fb9531918e09c7ca /gogs.go
parent3487f1728530fd2b0a447fe6fd7ef079cb53eed4 (diff)
downloadgitea-5d4025cb5a629716bf84f4f5bf3baa97af716df4.tar.gz
gitea-5d4025cb5a629716bf84f4f5bf3baa97af716df4.zip
Add go get meta support
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 45be7e8712..2971007154 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.2.0409 Alpha"
+const APP_VER = "0.2.3.0409 Alpha"
func init() {
base.AppVer = APP_VER