diff options
author | skyblue <ssx205@gmail.com> | 2014-03-24 23:08:58 +0800 |
---|---|---|
committer | skyblue <ssx205@gmail.com> | 2014-03-24 23:08:58 +0800 |
commit | 6e972afb1563d1eb585c9900e3c85330726d5b50 (patch) | |
tree | 26f20c8a199f8c9a39347de80bfe8b9e06f37e36 /gogs.go | |
parent | 3070c5513d9529dc62333522c3f92025fffab542 (diff) | |
parent | 8376b0d53cae91af0e180c05b9cb92c3f3f30d58 (diff) | |
download | gitea-6e972afb1563d1eb585c9900e3c85330726d5b50.tar.gz gitea-6e972afb1563d1eb585c9900e3c85330726d5b50.zip |
Merge branch 'master' of github.com:shxsun/gogs
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.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 |