diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-26 20:02:15 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-26 20:02:15 +0800 |
commit | 0b22d90b7c936a7be4dd4c8e53b1af190aefe649 (patch) | |
tree | a699dd351bfa011211fe68ce387d6fe4ccf27044 /gogs.go | |
parent | f5c9149dd52c0cf058a730fd9c912880638b02d8 (diff) | |
parent | 409e4cde7a379bbdbe53367b3726f64b80aed0eb (diff) |
Merge branch 'master' of https://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.0325" +const APP_VER = "0.1.8.0326" func init() { base.AppVer = APP_VER |