Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #60 from danmx/v0.4.0
Browse files Browse the repository at this point in the history
update(version): to 0.4.0
  • Loading branch information
danmx authored Apr 11, 2020
2 parents 0efe0c3 + d9dfb17 commit 56a8082
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Change this and commit to create new release
override VERSION ?= 0.3.3
override VERSION ?= 0.4.0
NAME = sigil
REPO = danmx/$(NAME)
MODULE = github.com/$(REPO)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ brew install danmx/sigil/sigil
### Docker

```shell
docker pull danmx/sigil:0.3
docker pull danmx/sigil:0.4
```

## Examples
Expand All @@ -63,7 +63,7 @@ docker pull danmx/sigil:0.3
Docker:

```shell
docker run --rm -it -v "${HOME}"/.sigil:/home/nonroot/.sigil -v "${HOME}"/.aws:/home/.aws danmx/sigil:0.3 list --output-format wide
docker run --rm -it -v "${HOME}"/.sigil:/home/nonroot/.sigil -v "${HOME}"/.aws:/home/.aws danmx/sigil:0.4 list --output-format wide
```

Binary:
Expand Down
2 changes: 1 addition & 1 deletion docs/00-get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ brew install danmx/sigil/sigil
### Docker

```shell
docker pull danmx/sigil:0.3
docker pull danmx/sigil:0.4
```

### Source code
Expand Down

0 comments on commit 56a8082

Please sign in to comment.