summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorskyblue <ssx205@gmail.com>2014-03-24 23:08:58 +0800
committerskyblue <ssx205@gmail.com>2014-03-24 23:08:58 +0800
commit6e972afb1563d1eb585c9900e3c85330726d5b50 (patch)
tree26f20c8a199f8c9a39347de80bfe8b9e06f37e36 /gogs.go
parent3070c5513d9529dc62333522c3f92025fffab542 (diff)
parent8376b0d53cae91af0e180c05b9cb92c3f3f30d58 (diff)
downloadgitea-6e972afb1563d1eb585c9900e3c85330726d5b50.tar.gz
gitea-6e972afb1563d1eb585c9900e3c85330726d5b50.zip
Merge branch 'master' of github.com:shxsun/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 09b28f9b3f..93b7231b77 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.1.7.0323.1"
+const APP_VER = "0.1.7.0324"
func init() {
base.AppVer = APP_VER