diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-15 15:13:21 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-15 15:13:21 +0530 |
commit | b20ed57d3ca8a88c32ee0cb48bed339bce5915d6 (patch) | |
tree | 6e3a4b5f7d7a1c1afe62b9b79248cd9c68f63237 /cmd | |
parent | fff3dadabc321871e6819392efc605c6dffe2e69 (diff) |
fixed errors due to mg
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 5edcd60..0ba8965 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -34,7 +34,7 @@ var ( var rootCmd = &cobra.Command{ Use: "macli", - Version: "v1.20.0" + " " + runtime.GOOS + "/" + runtime.GOARCH, + Version: "v1.20.1" + " " + runtime.GOOS + "/" + runtime.GOARCH, Short: "macli - Unofficial CLI-Based MyAnimeList Client.", Long: "macli is an unofficial MyAnimeClient for use inside the terminal.\n" + |