From 831d35cdc928ba825ad45383d700e1fa80dc8bf9 Mon Sep 17 00:00:00 2001 From: "Nathan S. Martins" Date: Thu, 23 Nov 2023 19:30:03 -0300 Subject: [PATCH] updating version --- README.md | 2 +- cmd/root.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 226c196..30ffc43 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ files: ## Release Process -Current version: `v1.0.8` +Current version: `v2.0.0` To release a new version, install `goreleaser` and set your GitHub token: diff --git a/cmd/root.go b/cmd/root.go index b9f03d0..1f6ed79 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -27,7 +27,7 @@ var rootCmd = &cobra.Command{ return errors.Wrap(err) }, - Version: "v1.0.8", + Version: "v2.0.0", } // Execute adds all child commands to the root command and sets flags appropriately.