From 4dd6c887bb5036fc7e8daca39b9c896464a59fef Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Fri, 28 Jul 2023 18:01:25 +0530 Subject: bumped version number --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- cgit v1.2.3