diff options
author | Unknown <joe2010xtmf@163.com> | 2014-04-08 12:41:33 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-04-08 12:41:33 -0400 |
commit | 115a349131242201953a3f5693141679049355c6 (patch) | |
tree | 5509a46e5d6866cd573c03a41484d58c12cb6cae /gogs.go | |
parent | 22feddf804c7fbf3418cbbc8e7302da271da4e5a (diff) |
Fix #67
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.2.0407 Alpha" +const APP_VER = "0.2.2.0408 Alpha" func init() { base.AppVer = APP_VER |