summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-05-03 01:38:22 -0400
committerUnknown <joe2010xtmf@163.com>2014-05-03 01:38:22 -0400
commitbb0bc0a240acf745001c1cb3f0f64c8fb8ab696b (patch)
tree1c01cccd2fab6896017c1a90f5551d2eda2d0439 /gogs.go
parent163fcec59fd110db9edd459a06671962d48d87fa (diff)
parent7b60756f2c56314af715fa884388a5654bbfb791 (diff)
downloadgitea-bb0bc0a240acf745001c1cb3f0f64c8fb8ab696b.tar.gz
gitea-bb0bc0a240acf745001c1cb3f0f64c8fb8ab696b.zip
Merge branch 'dev' of github.com:gogits/gogs
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 d749b06b05..62bbc17949 100644
--- a/gogs.go
+++ b/gogs.go
@@ -20,7 +20,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.2.0502 Alpha"
+const APP_VER = "0.3.2.0503 Alpha"
func init() {
base.AppVer = APP_VER