aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-07-31 17:36:22 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-07-31 17:36:22 +0530
commitfc889251a9c2e9a4555aede1ebac0fd850395f12 (patch)
tree8dc2f1012f963dbd50bece5f8bbe9b8c1f2b0fab
parentb8177cadc1998c83896980e33cdbc3fff561a839 (diff)
bumped version numberv1.19.0
-rw-r--r--cmd/root.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/root.go b/cmd/root.go
index 8bc1aee..93e4094 100644
--- a/cmd/root.go
+++ b/cmd/root.go
@@ -34,7 +34,7 @@ var (
var rootCmd = &cobra.Command{
Use: "macli",
- Version: "v1.18.0" + " " + runtime.GOOS + "/" + runtime.GOARCH,
+ Version: "v1.19.0" + " " + runtime.GOOS + "/" + runtime.GOARCH,
Short: "macli - Unofficial CLI-Based MyAnimeList Client.",
Long:
"macli is an unofficial MyAnimeClient for use inside the terminal.\n" +