diff options
author | Unknown <joe2010xtmf@163.com> | 2014-04-22 03:41:47 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-04-22 03:41:47 -0400 |
commit | 2a9da4b8e54736c3a8f7ecc41f3c75fdcfb70f9b (patch) | |
tree | 1adf628fdbd240eb5d43133b1a0f25b5cae40ea2 /gogs.go | |
parent | 9a5e49cccb806c71a1ff7f8aa86111379f42f5b0 (diff) | |
download | gitea-2a9da4b8e54736c3a8f7ecc41f3c75fdcfb70f9b.tar.gz gitea-2a9da4b8e54736c3a8f7ecc41f3c75fdcfb70f9b.zip |
Fix #92
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.0.0421 Alpha" +const APP_VER = "0.3.0.0422 Alpha" func init() { base.AppVer = APP_VER |