version bump

This commit is contained in:
jake 2025-04-17 17:34:32 -04:00
parent 6fe91f816b
commit 35fb9fc270

View File

@ -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) { },
}