aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-08-15 15:14:00 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-08-15 15:14:00 +0530
commitb59654b3a2d8be9e978bb7596fb44ad9ee9a20e2 (patch)
treed5527615c654fd25d416730e269d067e148f2584
parentb20ed57d3ca8a88c32ee0cb48bed339bce5915d6 (diff)
bumped version numberv1.20.2
-rw-r--r--cmd/root.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/root.go b/cmd/root.go
index 0ba8965..d9346dd 100644
--- a/cmd/root.go
+++ b/cmd/root.go
@@ -34,7 +34,7 @@ var (
var rootCmd = &cobra.Command{
Use: "macli",
- Version: "v1.20.1" + " " + runtime.GOOS + "/" + runtime.GOARCH,
+ Version: "v1.20.2" + " " + runtime.GOOS + "/" + runtime.GOARCH,
Short: "macli - Unofficial CLI-Based MyAnimeList Client.",
Long:
"macli is an unofficial MyAnimeClient for use inside the terminal.\n" +