diff --git a/Makefile b/Makefile index 6d8fae1..2ebfd1f 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/main.go b/main.go index e2984db..ab53626 100644 --- a/main.go +++ b/main.go @@ -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 {