From 452c6c8542fe823fe8fbb5b7639d6d3246fcee9b Mon Sep 17 00:00:00 2001 From: "Evers, Martijn" Date: Tue, 17 Sep 2024 19:31:11 +0200 Subject: [PATCH] Bump version to v0.8.0 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index bdb9cfb..88623ee 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -28,7 +28,7 @@ var cfgFile string var tokenFile string // Pleasant-CLI version -var version = "v0.7.0" +var version = "v0.8.0" // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{