summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2014-03-19 14:40:49 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2014-03-19 14:40:49 +0800
commit9e8e910bd64e3fd6526ead90f7211fcc1a81964d (patch)
tree709f40d26a56325abfca42024bd28f0843feeca9 /gogs.go
parent3da325591b5d8578f575f5fad59595f3c5efe4d6 (diff)
parent38776a0dd5762b2efbf70ebe98eeecdcd395c185 (diff)
downloadgitea-9e8e910bd64e3fd6526ead90f7211fcc1a81964d.tar.gz
gitea-9e8e910bd64e3fd6526ead90f7211fcc1a81964d.zip
merge
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 433b9af094..2757fbc115 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.0.0317.1"
+const APP_VER = "0.1.0.0318.1"
func init() {
base.AppVer = APP_VER