update readme and version bump

This commit is contained in:
2025-04-17 11:37:37 -04:00
parent f943639a88
commit 7f090dbce7
2 changed files with 38 additions and 4 deletions

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.1.1",
Version: "v0.2.0",
// Run: func(cmd *cobra.Command, args []string) { },
}