diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2014-03-24 22:30:50 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2014-03-24 22:30:50 +0800 |
commit | 0e28dcdac402b3bfc8336fe250e3418939467208 (patch) | |
tree | f16788377cf724e7d6ea28301f2876632a34d3dc /gogs.go | |
parent | 48ea9b12f65e21c8584eb89224bda4ad6c635847 (diff) | |
parent | c9e1eb0a0d9e6bdafa158442158c762b7f188177 (diff) |
Merge branch 'master' of github.com:gogits/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.6.0323.1" +const APP_VER = "0.1.7.0324" func init() { base.AppVer = APP_VER |