diff options
author | Unknown <joe2010xtmf@163.com> | 2014-04-16 04:12:31 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-04-16 04:12:31 -0400 |
commit | 7ad05ce210e422b4bcbaf074b90f1ec7ecdeb404 (patch) | |
tree | 4466d2effcfe53a9303c66c089d6131a3f867ab2 /gogs.go | |
parent | c3a52f7dd075f1f3cf7fb935b7489629760837ab (diff) | |
download | gitea-7ad05ce210e422b4bcbaf074b90f1ec7ecdeb404.tar.gz gitea-7ad05ce210e422b4bcbaf074b90f1ec7ecdeb404.zip |
Fix #80
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.0415 Alpha" +const APP_VER = "0.3.0.0416 Alpha" func init() { base.AppVer = APP_VER |