summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-09 14:15:09 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-09 14:15:09 -0400
commit5f6bd323f530410c687b17b0251a5a2ffacb755b (patch)
treed7c96fa01262d7cf26b6b06d58d86dfd942a2014 /gogs.go
parenta773cf1d876d59ab036ebf8a6843bf78da83531e (diff)
parent8683d2f8570fedad694d0610074296a1452d3942 (diff)
downloadgitea-5f6bd323f530410c687b17b0251a5a2ffacb755b.tar.gz
gitea-5f6bd323f530410c687b17b0251a5a2ffacb755b.zip
Merge branch 'dev' of github.com:gogits/gogs into dev
Conflicts: models/oauth2.go
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 4616141e3d..45be7e8712 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.0408 Alpha"
+const APP_VER = "0.2.2.0409 Alpha"
func init() {
base.AppVer = APP_VER