Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
bumped version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
winpat committed Dec 15, 2017
1 parent 2a69147 commit 4ed9d71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -55,4 +55,4 @@ deb: ## Create .deb package
-C build \
.

artifacts: build deb
artifacts: build deb
2 changes: 1 addition & 1 deletion src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 4ed9d71

Please sign in to comment.