Skip to content

Commit

Permalink
Bumping to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Reuven Gonzales committed Mar 29, 2017
1 parent 6cb96fe commit 517b388
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ BUILDS := build-linux build-macos
INSTALL_SRC := builds/macos/secure-environment
endif


all: $(BUILDS)

build-linux:
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func main() {
log.SetLevel(log.WarnLevel)

app := cli.NewApp()
app.Version = "0.1.0"
app.Version = "0.1.1"
app.Name = "secure-environment"
app.Before = func(c *cli.Context) error {
debugOn := c.Bool("debug")
Expand Down

0 comments on commit 517b388

Please sign in to comment.