diff options
author | Unknown <joe2010xtmf@163.com> | 2014-04-30 03:44:28 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-04-30 03:44:28 -0400 |
commit | 48bfbb7ddf09103b80cea3e3c804abd4da0a01f1 (patch) | |
tree | d025c65981794a8ca721eb94f21d40c31ac0cd19 /gogs.go | |
parent | 0d6856dbe73c8041451743946fb324663350a687 (diff) | |
download | gitea-48bfbb7ddf09103b80cea3e3c804abd4da0a01f1.tar.gz gitea-48bfbb7ddf09103b80cea3e3c804abd4da0a01f1.zip |
Mirror changes
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.0427 Alpha" +const APP_VER = "0.3.1.0430 Alpha" func init() { base.AppVer = APP_VER |