diff --git a/Makefile b/Makefile index 7b8f6d9..1fd46bc 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ run: lint build: lint @echo "building binary..." - @go build -ldflags "-X main.Version=0.1.0" -o $(BIN_NAME) main.go && echo "$(BIN_NAME) built" + @go build -ldflags "-X main.Version=0.1.1" -o $(BIN_NAME) main.go && echo "$(BIN_NAME) built" install: build @mv $(BIN_NAME) $(GOPATH)/bin/hmdeploy diff --git a/README.md b/README.md index 5acbcd7..385e338 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ hmdeploy --path /path/my-project --destroy ## Next steps * ~~Improve the CLI arguments~~ * ~~Destroy~~ -* Check deployment/undeployment state +* ~~Check deployment/undeployment state~~ * Deals with bugs * Tests 😮‍💨