diff options
author | slene <vslene@gmail.com> | 2014-03-20 23:55:11 +0800 |
---|---|---|
committer | slene <vslene@gmail.com> | 2014-03-20 23:55:11 +0800 |
commit | 28b4b6c9d558e340ca8a2e53ec5d729760738305 (patch) | |
tree | 8acf7722c7a25341100d46da6728b38e7ba9c334 /gogs.go | |
parent | c44aa757d05c2711da1c6e90c0d9d73bcd387433 (diff) | |
parent | a3c1c1d9c88dce4b52379f60754c3dc9fc2a68ea (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.2.0320.1" +const APP_VER = "0.1.3.0320.1" func init() { base.AppVer = APP_VER |