From 9016476f2a5051fd72dbe35d0c7bce13b4b6d55b Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Fri, 24 Nov 2023 20:10:31 +0530 Subject: not prematurely killing the server before showing message in browser upon login --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/root.go b/cmd/root.go index cd69cb2..4187695 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -34,7 +34,7 @@ var ( var rootCmd = &cobra.Command{ Use: "macli", - Version: "v1.20.6" + " " + runtime.GOOS + "/" + runtime.GOARCH, + Version: "v1.21.0" + " " + runtime.GOOS + "/" + runtime.GOARCH, Short: "macli - Unofficial CLI-Based MyAnimeList Client.", Long: "macli is an unofficial MyAnimeClient for use inside the terminal.\n" + -- cgit v1.2.3