diff --git a/cmd/root.go b/cmd/root.go index f0ceee9..ef0e5d9 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -14,7 +14,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.2.0", + Version: "v0.3.2", // Run: func(cmd *cobra.Command, args []string) { }, }