This commit is contained in:
Hoang Nguyen 2021-05-31 19:49:27 +07:00 committed by Hoang Nguyen
parent 756db05c7c
commit 654686625a
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View file

@ -21,3 +21,5 @@ rice-box.go
# IDEs
.vscode
.idea
package-lock.json
yarn.lock

View file

@ -18,7 +18,7 @@ import (
// command-line banner information
var (
appVersion = "development"
appVersion = "v0.2.7-1"
gitCommit = "N/A"
gitRef = "N/A"
buildTime = fmt.Sprintf(time.Now().UTC().Format("01-02-2006 15:04:05"))
@ -53,7 +53,7 @@ func init() {
fmt.Println("Git Commit\t:", gitCommit)
fmt.Println("Git Ref\t\t:", gitRef)
fmt.Println("Build Time\t:", buildTime)
fmt.Println("Git Repo\t:", "https://github.com/ngoduykhanh/wireguard-ui")
fmt.Println("Git Repo\t:", "https://github.com/catmandx/wireguard-ui")
fmt.Println("Authentication\t:", !util.DisableLogin)
fmt.Println("Bind address\t:", util.BindAddress)