diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-07-28 18:01:25 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-07-28 18:01:25 +0530 |
commit | 4dd6c887bb5036fc7e8daca39b9c896464a59fef (patch) | |
tree | 0bdeb9688813a1744126346b5e7142c8c7381e79 | |
parent | 8ae5d24623fd425b2d5993c479c8eb3d48009941 (diff) |
bumped version numberv1.18.0
-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 67a24c9..8243fcb 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -36,7 +36,7 @@ var rootCmd = &cobra.Command{ Use: "macli", Short: "macli - Unofficial CLI-Based MyAnimeList Client.", Long: "macli is an unofficial MyAnimeList Client for use inside the terminal.", - Version: "v1.17.1" + " " + runtime.GOOS + "/" + runtime.GOARCH, + Version: "v1.18.0" + " " + runtime.GOOS + "/" + runtime.GOARCH, } func init() { |