diff options
author | Unknown <joe2010xtmf@163.com> | 2014-04-21 02:24:35 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-04-21 02:24:35 -0400 |
commit | ea29a9b84631b03ee2f60ffa85fd9e402ceaf8a4 (patch) | |
tree | 5b6b3e18cc2346a194067f5243a9cf066c3decec /gogs.go | |
parent | 006c45e21d5f37c5bcfb92ead1110272dee0d88d (diff) | |
download | gitea-ea29a9b84631b03ee2f60ffa85fd9e402ceaf8a4.tar.gz gitea-ea29a9b84631b03ee2f60ffa85fd9e402ceaf8a4.zip |
API fix
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.0420 Alpha" +const APP_VER = "0.3.0.0421 Alpha" func init() { base.AppVer = APP_VER |