diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-11-24 15:42:56 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-11-24 15:42:56 +0530 |
commit | 854e5250c672c002bd5362c1312325e4abe5ca89 (patch) | |
tree | 88546261584e7f48d252203ec991c603d2f5cfc2 /cmd | |
parent | f130a68f94c103c1d1d4d1c1804c8ebd85709ac7 (diff) |
shortened the wrong client id messagev1.20.6
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 d1069cf..cd69cb2 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -34,7 +34,7 @@ var ( var rootCmd = &cobra.Command{ Use: "macli", - Version: "v1.20.5" + " " + runtime.GOOS + "/" + runtime.GOARCH, + Version: "v1.20.6" + " " + runtime.GOOS + "/" + runtime.GOARCH, Short: "macli - Unofficial CLI-Based MyAnimeList Client.", Long: "macli is an unofficial MyAnimeClient for use inside the terminal.\n" + |