diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-18 00:14:05 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-18 00:14:05 -0400 |
commit | e44d9ffd89be84ad0f2ddfe6fc986be8eb8fc032 (patch) | |
tree | fc945dd5fc86fbb2d5951b45a0c718f7c46615e5 /gogs.go | |
parent | e656609b0d7780103fbed4472a6d6bef9a6d64d0 (diff) | |
download | gitea-e44d9ffd89be84ad0f2ddfe6fc986be8eb8fc032.tar.gz gitea-e44d9ffd89be84ad0f2ddfe6fc986be8eb8fc032.zip |
Delete commit and update getlastcommit
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |