diff --git a/Makefile b/Makefile index d4831cd..8401dd1 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PKGNAME=vault-client DESCRIPTION="A command-line interface to HashiCorp's Vault " -VERSION=1.1.3 +VERSION=1.1.4 INSTALL := install @@ -55,4 +55,4 @@ deb: ## Create .deb package -C build \ . -artifacts: build deb \ No newline at end of file +artifacts: build deb diff --git a/src/main.go b/src/main.go index 11d55cf..9330bcd 100644 --- a/src/main.go +++ b/src/main.go @@ -70,7 +70,7 @@ func LoadCli() *cli.CLI { ErrorWriter: os.Stderr, } - c := cli.NewCLI("vc", "1.1.3") + c := cli.NewCLI("vc", "1.1.4") c.Args = os.Args[1:] c.Commands = map[string]cli.CommandFactory{