Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed Mar 28, 2023
1 parent b1b28ae commit 8a01493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ dist: bin

env:
- GO111MODULE=on
- GOPROXY=https://proxy.golang.org,https://gocenter.io,direct

builds:
- binary: enve
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It can be considered as a counterpart of [GNU env](https://www.gnu.org/software/

```sh
curl -sSL \
"https://github.com/joseluisq/enve/releases/download/v1.4.0/enve_v1.4.0_linux_amd64.tar.gz" \
"https://github.com/joseluisq/enve/releases/download/v1.4.1/enve_v1.4.1_linux_amd64.tar.gz" \
| sudo tar zxf - -C /usr/local/bin/ enve
```

Expand Down Expand Up @@ -63,7 +63,7 @@ enve --output xml
## Options

```
$ enve 1.4.0
$ enve 1.4.1
Run a program in a modified environment using .env files
USAGE:
Expand Down

0 comments on commit 8a01493

Please sign in to comment.