From 5e91816682e5e219be5a1005422f57c2f178ba33 Mon Sep 17 00:00:00 2001 From: jake Date: Thu, 19 Jun 2025 18:03:53 -0400 Subject: [PATCH] version bump --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 5fd9de1..cf9f827 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -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.