From d927ce24aa525ca1b48009209578dcacf586f569 Mon Sep 17 00:00:00 2001 From: rmanach Date: Wed, 30 Apr 2025 14:28:49 +0200 Subject: [PATCH] bump version number + update README.md --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 😮‍💨