diff options
author | skyblue <ssx205@gmail.com> | 2014-04-06 23:12:29 +0800 |
---|---|---|
committer | skyblue <ssx205@gmail.com> | 2014-04-06 23:12:29 +0800 |
commit | 5e534bf2a56a2f4e36d039699ba60946f993574b (patch) | |
tree | 17fd6a6dde814567538fe1a84126f83303df3904 /gogs.go | |
parent | a04918e36d49e1d066c6f661a73eebf706a97237 (diff) | |
parent | d3a987eded8bf2d0afc35dce32238e59da8080a8 (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.0.0404 Alpha" +const APP_VER = "0.2.1.0405 Alpha" func init() { base.AppVer = APP_VER |