bump version number + update README.md
This commit is contained in:
parent
d0bd0fb9f5
commit
d927ce24aa
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ run: lint
|
|||||||
|
|
||||||
build: lint
|
build: lint
|
||||||
@echo "building binary..."
|
@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
|
install: build
|
||||||
@mv $(BIN_NAME) $(GOPATH)/bin/hmdeploy
|
@mv $(BIN_NAME) $(GOPATH)/bin/hmdeploy
|
||||||
|
|||||||
@ -149,7 +149,7 @@ hmdeploy --path /path/my-project --destroy
|
|||||||
## Next steps
|
## Next steps
|
||||||
* ~~Improve the CLI arguments~~
|
* ~~Improve the CLI arguments~~
|
||||||
* ~~Destroy~~
|
* ~~Destroy~~
|
||||||
* Check deployment/undeployment state
|
* ~~Check deployment/undeployment state~~
|
||||||
* Deals with bugs
|
* Deals with bugs
|
||||||
* Tests 😮💨
|
* Tests 😮💨
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user