diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-22 09:21:57 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-22 09:21:57 -0400 |
commit | fd1831052c3a79492643b89512282fc66f34dd8d (patch) | |
tree | 2d1146e02a6c4efd6901ca9d966c085910bf6939 /gogs.go | |
parent | f9c07c4186b61a1548d9a908fe6228bd130f4f92 (diff) | |
download | gitea-fd1831052c3a79492643b89512282fc66f34dd8d.tar.gz gitea-fd1831052c3a79492643b89512282fc66f34dd8d.zip |
Update session
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,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.5.0322" +const APP_VER = "0.1.5.0322.2" func init() { base.AppVer = APP_VER |