bump version

This commit is contained in:
darmiel 2021-05-13 19:10:41 +02:00
parent 4e758bd62f
commit 9f967de8a1

View file

@ -33,7 +33,7 @@ var (
var rootCmd = &cobra.Command{ var rootCmd = &cobra.Command{
Use: "yaxc", Use: "yaxc",
Short: "Yet Another Cross Clipboard", 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. // Execute adds all child commands to the root command and sets flags appropriately.