diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-04-06 14:54:39 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-04-06 14:54:39 +0800 |
commit | 98f918ed28d5a8b1c131cda587a06714a768f951 (patch) | |
tree | 04b202dfc2f639eba39304c8051bde8270b5349c /gogs.go | |
parent | 3ede496383bc0e5ad2cb9c5f034890bb6d626b3c (diff) | |
parent | b7c3b0cc73ad8721e2eec59d018a91850ba7f750 (diff) |
Merge branch 'dev' of https://github.com/gogits/gogs into dev
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.2.0.0403 Alpha" +const APP_VER = "0.2.1.0405 Alpha" func init() { base.AppVer = APP_VER |