Skip to content

Commit

Permalink
release 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gbolo committed Nov 25, 2018
1 parent b83d838 commit bada90e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PACKAGE = aws-power-toggle
DATE ?= $(shell date +%FT%T%z)
VERSION = 1.1
VERSION = 2.0
COMMIT_SHA ?= $(shell git rev-parse --short HEAD)
BIN = $(CURDIR)/bin

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ docker run -d --name "aws-power-toggle" \
-p 8080:8080 \
-e "AWS_ACCESS_KEY_ID=<your_key_id>" \
-e "AWS_SECRET_ACCESS_KEY=<your_secret_key>" \
gbolo/aws-power-toggle:1.1
gbolo/aws-power-toggle:2.0
```

Then open your browser to: [http://127.0.0.1:8080](http://127.0.0.1:8080)
Expand Down

0 comments on commit bada90e

Please sign in to comment.