diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-26 09:22:08 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-26 09:22:08 -0400 |
commit | 7ab94fe816bd726c995f2937a040c3d8c7898205 (patch) | |
tree | fcf84c1e759c158f461af3cc9f7236443f4992d6 /gogs.go | |
parent | 409e4cde7a379bbdbe53367b3726f64b80aed0eb (diff) | |
download | gitea-7ab94fe816bd726c995f2937a040c3d8c7898205.tar.gz gitea-7ab94fe816bd726c995f2937a040c3d8c7898205.zip |
Fix issue on windows
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.8.0326" +const APP_VER = "0.1.8.0326 Alpha" func init() { base.AppVer = APP_VER |