bump version number + update README.md

This commit is contained in:
rmanach 2025-04-30 14:28:49 +02:00
parent d0bd0fb9f5
commit d927ce24aa
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 😮‍💨