mirror of
https://github.com/fumiama/WireGold.git
synced 2026-06-05 07:50:24 +08:00
feat: add version tag
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
package config
|
||||
|
||||
import "time"
|
||||
|
||||
// ShowDebugLog turn on to print verbose logs.
|
||||
const ShowDebugLog = false
|
||||
|
||||
// Version will show in help message to distinguish different builds.
|
||||
var Version = "dev-" + time.Now().Format(time.DateOnly)
|
||||
|
||||
Reference in New Issue
Block a user