diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-28 08:39:35 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-28 08:39:35 -0400 |
commit | cb05b8325cdd85dda9bbebf61d8993da34d80e70 (patch) | |
tree | 02f277bc119d4ba6368aac7cb9660e1ee7c3869b /gogs.go | |
parent | 6bd4f34c8dad50da5dc861ffdaebae1577f8881e (diff) | |
download | gitea-cb05b8325cdd85dda9bbebf61d8993da34d80e70.tar.gz gitea-cb05b8325cdd85dda9bbebf61d8993da34d80e70.zip |
Update config option
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.1.9.0327 Alpha" +const APP_VER = "0.1.9.0328 Alpha" func init() { base.AppVer = APP_VER |