From 4ed9d710cb87ee6724d3419503c9f12951821f88 Mon Sep 17 00:00:00 2001 From: Patrick Winter Date: Fri, 15 Dec 2017 15:58:19 +0100 Subject: [PATCH] bumped version to 1.1.4 --- Makefile | 4 ++-- src/main.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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{