diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-27 11:37:33 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-27 11:37:33 -0400 |
commit | f470c241d6b1de30e4f500a6cf69f6ecd0cf8b41 (patch) | |
tree | aba8fc0973c410c938af5988e2e5d09374252738 /gogs.go | |
parent | c796ed3849e3cd5b28cc8234edc71bbedafbc7da (diff) | |
download | gitea-f470c241d6b1de30e4f500a6cf69f6ecd0cf8b41.tar.gz gitea-f470c241d6b1de30e4f500a6cf69f6ecd0cf8b41.zip |
IP: RC Code Review
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 Alpha" +const APP_VER = "0.1.8.0327 Alpha" func init() { base.AppVer = APP_VER |