aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorslene <vslene@gmail.com>2014-03-20 23:37:38 +0800
committerslene <vslene@gmail.com>2014-03-20 23:37:38 +0800
commit88eaa68763ffabb0ad8e1fdcbc8060c7aae37455 (patch)
tree7636a2e170373fb6470b8996a2b4957573e581a4 /gogs.go
parentef3c0b215df8429af9bc03a559259c77be32907c (diff)
parent1a0d7c54a2abecbe5335ca374fd8a345c2e7d3fd (diff)
Merge branch 'master' 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 385b7421..d32e3908 100644
--- a/gogs.go
+++ b/gogs.go
@@ -20,7 +20,7 @@ import (
// Test that go1.1 tag above is included in builds. main.go refers to this definition.
const go11tag = true
-const APP_VER = "0.1.1.0320.1"
+const APP_VER = "0.1.2.0320.1"
func init() {
base.AppVer = APP_VER