chore: add build version

This commit is contained in:
2024-11-03 06:27:31 +01:00
parent 219199eccf
commit dd9df95311
3 changed files with 38 additions and 1 deletions

View File

@@ -43,5 +43,6 @@ func Execute() {
func init() {
rootCmd.AddCommand(ServerCmd)
rootCmd.AddCommand(config.Cmd)
rootCmd.AddCommand(VersionCmd)
}