diff options
author | Unknown <joe2010xtmf@163.com> | 2014-04-04 18:55:17 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-04-04 18:55:17 -0400 |
commit | e41ab839c7dbbdffc60a4e02775f24add9d126d9 (patch) | |
tree | ac450cf0e38a6fa4819ea4701a79e7719dbfe77d /gogs.go | |
parent | eb803ec5eb3a7e66a107873ce6ee584b8c77b131 (diff) | |
download | gitea-e41ab839c7dbbdffc60a4e02775f24add9d126d9.tar.gz gitea-e41ab839c7dbbdffc60a4e02775f24add9d126d9.zip |
Use session for rolling back
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.0.0403 Alpha" +const APP_VER = "0.2.0.0404 Alpha" func init() { base.AppVer = APP_VER |