diff options
author | slene <vslene@gmail.com> | 2014-03-20 09:17:24 +0800 |
---|---|---|
committer | slene <vslene@gmail.com> | 2014-03-20 09:17:24 +0800 |
commit | 8b0f421eb504075b7500575515282cd7da8b0878 (patch) | |
tree | e10c71d7fff99207540bac25437165e0aa4da7ac /gogs.go | |
parent | 0e7a2d9d3c59a67e9681d8e6e0d813c191777e2c (diff) | |
parent | 6f6862086047ba6902f51de3cb66eb3af04fffbd (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.1 tag above is included in builds. main.go refers to this definition. const go11tag = true -const APP_VER = "0.1.0.0319.1" +const APP_VER = "0.1.1.0320.1" func init() { base.AppVer = APP_VER |