diff options
author | Unknown <joe2010xtmf@163.com> | 2014-04-19 06:00:08 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-04-19 06:00:08 -0400 |
commit | eda3f8b3b34f15d29bb2e6f1346e15616f508501 (patch) | |
tree | 6c041b6c0450a3e0c3dcd245a8489311fdf2aaa4 /gogs.go | |
parent | b32e223db56b270d4dd45aed0c9fd5dd54d0f5f8 (diff) | |
download | gitea-eda3f8b3b34f15d29bb2e6f1346e15616f508501.tar.gz gitea-eda3f8b3b34f15d29bb2e6f1346e15616f508501.zip |
Mirror updates
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.0418 Alpha" +const APP_VER = "0.3.0.0419 Alpha" func init() { base.AppVer = APP_VER |