feature/view-all #5

Merged
jake merged 2 commits from feature/view-all into main 2025-04-20 05:28:56 +00:00
Showing only changes of commit bee76275b6 - Show all commits

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