diff options
author | skyblue <ssx205@gmail.com> | 2014-04-03 11:13:44 +0800 |
---|---|---|
committer | skyblue <ssx205@gmail.com> | 2014-04-03 11:13:44 +0800 |
commit | bbadbbdf685a7f6cb1924442a115aa88bb520e07 (patch) | |
tree | bc3f500110d3ed49b84d742fd85ee36201098c1b /gogs.go | |
parent | bfdadaa13c5dc289beed8e13c6e0d8a0eabeae37 (diff) | |
parent | 1757a59a999be2c1b3a17244231cad6a579282d4 (diff) | |
download | gitea-bbadbbdf685a7f6cb1924442a115aa88bb520e07.tar.gz gitea-bbadbbdf685a7f6cb1924442a115aa88bb520e07.zip |
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.0401 Alpha" +const APP_VER = "0.2.0.0402 Alpha" func init() { base.AppVer = APP_VER |