summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-18 00:14:05 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-18 00:14:05 -0400
commite44d9ffd89be84ad0f2ddfe6fc986be8eb8fc032 (patch)
treefc945dd5fc86fbb2d5951b45a0c718f7c46615e5 /gogs.go
parente656609b0d7780103fbed4472a6d6bef9a6d64d0 (diff)
downloadgitea-e44d9ffd89be84ad0f2ddfe6fc986be8eb8fc032.tar.gz
gitea-e44d9ffd89be84ad0f2ddfe6fc986be8eb8fc032.zip
Delete commit and update getlastcommit
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