diff options
author | Unknown <joe2010xtmf@163.com> | 2014-04-14 02:50:13 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-04-14 02:50:13 -0400 |
commit | 57f84fb0516d46b27c60554730956f0c9dff68dd (patch) | |
tree | 8458cee5991c035e09f28a2426e8cdcd4fa89200 /gogs.go | |
parent | f644cefa865c04b440902695ba90114b224c640d (diff) | |
download | gitea-57f84fb0516d46b27c60554730956f0c9dff68dd.tar.gz gitea-57f84fb0516d46b27c60554730956f0c9dff68dd.zip |
UPDATE DOCS
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.2.9.0413 Alpha" +const APP_VER = "0.2.9.0414 Alpha" func init() { base.AppVer = APP_VER |