diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-09-19 16:44:41 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-09-19 16:44:41 +0530 |
commit | 7dc8049df0b7ea221fa9a2ff00d3c0896a6a4739 (patch) | |
tree | f3097b90a60c0a05b224121a3656bb59ccea97a6 /cmd | |
parent | bcc1aa2c24dfc6d2f002bf9e19d4553e1b8fb482 (diff) |
upgraded to mg v0.0.7v1.20.5
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 5d31054..d1069cf 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -34,7 +34,7 @@ var ( var rootCmd = &cobra.Command{ Use: "macli", - Version: "v1.20.4" + " " + runtime.GOOS + "/" + runtime.GOARCH, + Version: "v1.20.5" + " " + runtime.GOOS + "/" + runtime.GOARCH, Short: "macli - Unofficial CLI-Based MyAnimeList Client.", Long: "macli is an unofficial MyAnimeClient for use inside the terminal.\n" + |