Skip to content

Commit

Permalink
Bump up version to v0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Feb 15, 2023
1 parent f35f5af commit 0c7a908
Show file tree
Hide file tree
Showing 2 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,5 +1,5 @@
PKG=github.com/cyverse/gocommands
VERSION=v0.4.6
VERSION=v0.4.7
GIT_COMMIT?=$(shell git rev-parse HEAD)
BUILD_DATE?=$(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
LDFLAGS?="-X '${PKG}/commons.clientVersion=${VERSION}' -X '${PKG}/commons.gitCommit=${GIT_COMMIT}' -X '${PKG}/commons.buildDate=${BUILD_DATE}'"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ Be sure to download a binary for your target system architecture.

For Darwin-amd64 (Mac OS):
```bash
curl -L -o gocmd.tar.gz https://github.com/cyverse/gocommands/releases/download/v0.4.6/gocmd-v0.4.6-darwin-amd64.tar.gz && \
curl -L -o gocmd.tar.gz https://github.com/cyverse/gocommands/releases/download/v0.4.7/gocmd-v0.4.7-darwin-amd64.tar.gz && \
tar zxvf gocmd.tar.gz && rm gocmd.tar.gz
```

For Linux-amd64:
```bash
curl -L -o gocmd.tar.gz https://github.com/cyverse/gocommands/releases/download/v0.4.6/gocmd-v0.4.6-linux-amd64.tar.gz && \
curl -L -o gocmd.tar.gz https://github.com/cyverse/gocommands/releases/download/v0.4.7/gocmd-v0.4.7-linux-amd64.tar.gz && \
tar zxvf gocmd.tar.gz && rm gocmd.tar.gz
```

For Linux-arm64:
```bash
curl -L -o gocmd.tar.gz https://github.com/cyverse/gocommands/releases/download/v0.4.6/gocmd-v0.4.6-linux-arm64.tar.gz && \
curl -L -o gocmd.tar.gz https://github.com/cyverse/gocommands/releases/download/v0.4.7/gocmd-v0.4.7-linux-arm64.tar.gz && \
tar zxvf gocmd.tar.gz && rm gocmd.tar.gz
```

Expand Down

0 comments on commit 0c7a908

Please sign in to comment.