diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-01 03:27:26 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-01 03:27:26 -0400 |
commit | eb463000a91281f525aa83781e7bcc9dbf8e350f (patch) | |
tree | 761102a6c4c1583f5a0515620544c21a81b3f5da /gogs.go | |
parent | 49dc57e3368c6b6557520b671c9f1c3b4fe26db8 (diff) | |
download | gitea-eb463000a91281f525aa83781e7bcc9dbf8e350f.tar.gz gitea-eb463000a91281f525aa83781e7bcc9dbf8e350f.zip |
Clean files
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.3.1.0430 Alpha" +const APP_VER = "0.3.1.0501 Alpha" func init() { base.AppVer = APP_VER |