version bump
All checks were successful
code scans / scans (push) Successful in 34s

This commit is contained in:
jake 2025-06-19 18:03:53 -04:00
parent 5de46fecc1
commit 5e91816682

View File

@ -16,7 +16,7 @@ var rootCmd = &cobra.Command{
Use: "mctl",
Short: "A remote console client",
Long: `mctl is a terminal-friendly remote console client made to manage game servers.`,
Version: "v0.3.4", //change version number
Version: "v0.5.1",
}
// Execute adds all child commands to the root command and sets flags appropriately.