aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorskyblue <ssx205@gmail.com>2014-03-21 23:36:01 +0800
committerskyblue <ssx205@gmail.com>2014-03-21 23:36:01 +0800
commit9a9ae918c527fb04a1f181ad6f967d5969b93c15 (patch)
tree789d624fcc6949940ae1621bd0fe051578363efc /gogs.go
parentd725c41b56e072122faf539d5a14d36c18f5c312 (diff)
parent9218f76c8e4a6fafbe6bed1d61eb66ba73bf70f2 (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 a9f7e6b5..41df7928 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.4.0321"
+const APP_VER = "0.1.5.0321"
func init() {
base.AppVer = APP_VER