summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-26 09:22:08 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-26 09:22:08 -0400
commit7ab94fe816bd726c995f2937a040c3d8c7898205 (patch)
treefcf84c1e759c158f461af3cc9f7236443f4992d6 /gogs.go
parent409e4cde7a379bbdbe53367b3726f64b80aed0eb (diff)
downloadgitea-7ab94fe816bd726c995f2937a040c3d8c7898205.tar.gz
gitea-7ab94fe816bd726c995f2937a040c3d8c7898205.zip
Fix issue on windows
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index d88a2bc6f4..ba443c6e65 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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