aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorslene <vslene@gmail.com>2014-03-20 23:55:11 +0800
committerslene <vslene@gmail.com>2014-03-20 23:55:11 +0800
commit28b4b6c9d558e340ca8a2e53ec5d729760738305 (patch)
tree8acf7722c7a25341100d46da6728b38e7ba9c334 /gogs.go
parentc44aa757d05c2711da1c6e90c0d9d73bcd387433 (diff)
parenta3c1c1d9c88dce4b52379f60754c3dc9fc2a68ea (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 d32e3908..a600c53d 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.2.0320.1"
+const APP_VER = "0.1.3.0320.1"
func init() {
base.AppVer = APP_VER