aboutsummaryrefslogtreecommitdiff
path: root/cmd/root.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-08-15 15:13:21 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-08-15 15:13:21 +0530
commitb20ed57d3ca8a88c32ee0cb48bed339bce5915d6 (patch)
tree6e3a4b5f7d7a1c1afe62b9b79248cd9c68f63237 /cmd/root.go
parentfff3dadabc321871e6819392efc605c6dffe2e69 (diff)
fixed errors due to mg
Diffstat (limited to 'cmd/root.go')
-rw-r--r--cmd/root.go2
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" +