diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-09-19 14:02:31 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-09-19 14:02:31 +0530 |
commit | cb2c803a798e5f4a3bb9831660ec708e59d3d757 (patch) | |
tree | b192f7bacf1e9842c0cbf5b210071751e5ddccb2 /cmd | |
parent | b59654b3a2d8be9e978bb7596fb44ad9ee9a20e2 (diff) |
properly showing the author name and genres for mangav1.20.3
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 d9346dd..e575a92 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -34,7 +34,7 @@ var ( var rootCmd = &cobra.Command{ Use: "macli", - Version: "v1.20.2" + " " + runtime.GOOS + "/" + runtime.GOARCH, + Version: "v1.20.3" + " " + runtime.GOOS + "/" + runtime.GOARCH, Short: "macli - Unofficial CLI-Based MyAnimeList Client.", Long: "macli is an unofficial MyAnimeClient for use inside the terminal.\n" + |