From 654686625a7a66bb189725291d1b298e8a202b9d Mon Sep 17 00:00:00 2001 From: Hoang Nguyen Date: Mon, 31 May 2021 19:49:27 +0700 Subject: [PATCH] Misc --- .gitignore | 2 ++ main.go | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d6eba78..f531d25 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ rice-box.go # IDEs .vscode .idea +package-lock.json +yarn.lock diff --git a/main.go b/main.go index 2e9e5cd..3ff0d92 100644 --- a/main.go +++ b/main.go @@ -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)