forked from forgejo/forgejo
Mirror fix on #45
This commit is contained in:
parent
b1627672f9
commit
03cc39ea12
3 changed files with 42 additions and 38 deletions
2
gogs.go
2
gogs.go
|
@ -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.0329 Alpha"
|
||||
const APP_VER = "0.2.0.0330 Alpha"
|
||||
|
||||
func init() {
|
||||
base.AppVer = APP_VER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue