forked from forgejo/forgejo
Add admin delete user
This commit is contained in:
parent
19104f156f
commit
76cd448e79
5 changed files with 44 additions and 2 deletions
2
gogs.go
2
gogs.go
|
@ -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.0321"
|
||||
const APP_VER = "0.1.5.0322"
|
||||
|
||||
func init() {
|
||||
base.AppVer = APP_VER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue