diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-11-24 20:10:31 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-11-24 20:10:31 +0530 |
commit | 9016476f2a5051fd72dbe35d0c7bce13b4b6d55b (patch) | |
tree | e2b2db69b12aabd8db1657530ee1b8289768e3a2 /cmd | |
parent | 854e5250c672c002bd5362c1312325e4abe5ca89 (diff) |
not prematurely killing the server before showing message in browser upon loginv1.21.0
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/root.go | 2 |
1 files changed, 1 insertions, 1 deletions
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" + |