Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Dec 23, 2018
1 parent 8010b8e commit 6362df9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GH_USER ?= josegonzalez
NAME = sshd-config
HARDWARE = $(shell uname -m)
VERSION ?= 0.1.0
VERSION ?= 0.2.0

build: clean $(NAME)
mkdir -p build/linux && GOOS=linux go build -a -o build/linux/$(NAME)
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Commands:
set Set a value on a key
unset Unset all instances of a key`

arguments, _ := docopt.ParseArgs(usage, os.Args[1:], "0.1.0")
arguments, _ := docopt.ParseArgs(usage, os.Args[1:], "0.2.0")

filename, err := arguments.String("--filename")
if err != nil {
Expand Down

0 comments on commit 6362df9

Please sign in to comment.