diff options
author | slene <vslene@gmail.com> | 2014-03-28 00:32:19 +0800 |
---|---|---|
committer | slene <vslene@gmail.com> | 2014-03-28 00:32:19 +0800 |
commit | bce8586bc66c6827bf2ea6e27440f01476c2d151 (patch) | |
tree | c76e8cba33b131e1c6a21a06a57cde51e375a581 /gogs.go | |
parent | 346db02d89ae0337956607eec43a0cd3f184fda8 (diff) | |
parent | 743593f7910d35f46cc18f06de12e59afa36fb65 (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
@@ -19,7 +19,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.8.0326 Alpha" +const APP_VER = "0.1.8.0327 Alpha" func init() { base.AppVer = APP_VER |