diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-07-31 17:36:22 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-07-31 17:36:22 +0530 |
commit | fc889251a9c2e9a4555aede1ebac0fd850395f12 (patch) | |
tree | 8dc2f1012f963dbd50bece5f8bbe9b8c1f2b0fab /cmd | |
parent | b8177cadc1998c83896980e33cdbc3fff561a839 (diff) |
bumped version numberv1.19.0
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 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" + |