1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-07-23 03:29:40 +02:00

Finish register user

This commit is contained in:
Unknown 2014-02-18 17:31:16 -05:00
parent 3eb1ab9e8b
commit b455478df8
5 changed files with 54 additions and 19 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/utils/log"
)
const APP_VER = "0.0.0.0217"
const APP_VER = "0.0.0.0218"
func init() {