diff options
author | Unknown <joe2010xtmf@163.com> | 2014-04-13 01:57:42 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-04-13 01:57:42 -0400 |
commit | 5c2da610a2cfd3fa9666d20739e054c3588b4d05 (patch) | |
tree | b78f9ce7181a1c204787daedf8b8224f3f77ffa1 /gogs.go | |
parent | 33f2d33a4688cec0fc18bb38f7fae49aedc40504 (diff) | |
download | gitea-5c2da610a2cfd3fa9666d20739e054c3588b4d05.tar.gz gitea-5c2da610a2cfd3fa9666d20739e054c3588b4d05.zip |
Move binding as subrepo
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.8.0412 Alpha" +const APP_VER = "0.2.8.0413 Alpha" func init() { base.AppVer = APP_VER |