Release 1.1.0

This commit is contained in:
luke-hagar-sp
2023-04-13 13:54:58 -05:00
parent e4332cdb0e
commit a007df49e6

View File

@@ -16,7 +16,7 @@ import (
"github.com/spf13/cobra"
)
var version = "1.0.0"
var version = "1.1.0"
func NewRootCmd() *cobra.Command {
root := &cobra.Command{