From 9f967de8a1c83d900b4af675e28439097ad40bc8 Mon Sep 17 00:00:00 2001 From: darmiel <71837281+darmiel@users.noreply.github.com> Date: Thu, 13 May 2021 19:10:41 +0200 Subject: [PATCH] bump version --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 10b639a..5b537e2 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -33,7 +33,7 @@ var ( var rootCmd = &cobra.Command{ Use: "yaxc", Short: "Yet Another Cross Clipboard", - Version: "1.1.0", + Version: "1.1.1", } // Execute adds all child commands to the root command and sets flags appropriately.