diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2014-04-14 14:51:51 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2014-04-14 14:51:51 +0800 |
commit | 38c069308e7800601e01febce9f69536913066ee (patch) | |
tree | 7644d6b8697c1d8a19c95fd07e7d0e95c453e89b /gogs.go | |
parent | 8283e16ef7af197ee77b1be412bf875ae97c789e (diff) | |
parent | 57f84fb0516d46b27c60554730956f0c9dff68dd (diff) |
Merge branch 'dev' of 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.9.0413 Alpha" +const APP_VER = "0.2.9.0414 Alpha" func init() { base.AppVer = APP_VER |