Bug fix
This commit is contained in:
parent
b4a55434a4
commit
4a6c56d2fd
2 changed files with 5 additions and 1 deletions
2
gogs.go
2
gogs.go
|
@ -20,7 +20,7 @@ import (
|
|||
// Test that go1.1 tag above is included in builds. main.go refers to this definition.
|
||||
const go11tag = true
|
||||
|
||||
const APP_VER = "0.1.1.0320.1"
|
||||
const APP_VER = "0.1.2.0320.1"
|
||||
|
||||
func init() {
|
||||
base.AppVer = APP_VER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue