1
0
Fork 0
forked from forgejo/forgejo

Update session

This commit is contained in:
Unknown 2014-03-22 09:21:57 -04:00
parent f9c07c4186
commit fd1831052c
9 changed files with 135 additions and 27 deletions

View file

@ -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