Skip to content

Commit

Permalink
Cut release v0.0.4 (#5)
Browse files Browse the repository at this point in the history
cut release
  • Loading branch information
drewgonzales360 authored Jul 10, 2022
1 parent cd070fa commit b61627a
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,7 +1,7 @@
.EXPORT_ALL_VARIABLES:
BUILD_METADATA=+$(shell git rev-parse --short HEAD)
PRERELEASE=
SEMVER=v0.0.3
SEMVER=v0.0.4
VERSION=${SEMVER}${PRERELEASE}${BUILD_METADATA}

# Builds target for whatever OS this is called from.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ To install goenv, follow the steps below. Older releases are in the [Releases pa

```bash
# Step 1: Linux Only
curl -sSL https://github.com/drewgonzales360/goenv/releases/download/v0.0.3/goenv-linux-amd64-v0.0.3.tar.gz -o /tmp/goenv-v0.0.3.tar.gz
curl -sSL https://github.com/drewgonzales360/goenv/releases/download/v0.0.4/goenv-linux-amd64-v0.0.4.tar.gz -o /tmp/goenv-v0.0.4.tar.gz

# Step 1: Mac Only
curl -sSL https://github.com/drewgonzales360/goenv/releases/download/v0.0.3/goenv-darwin-amd64-v0.0.3.tar.gz -o /tmp/goenv-v0.0.3.tar.gz
curl -sSL https://github.com/drewgonzales360/goenv/releases/download/v0.0.4/goenv-darwin-amd64-v0.0.4.tar.gz -o /tmp/goenv-v0.0.4.tar.gz

# Step 2: Extract and Install Go
tar -xzvf /tmp/goenv-v0.0.3.tar.gz -C /tmp
tar -xzvf /tmp/goenv-v0.0.4.tar.gz -C /tmp
mv /tmp/goenv /usr/local/bin

# Step 3: Add /usr/local/go/bin (or $GOENV_ROOT_DIR/bin) to PATH
Expand Down

0 comments on commit b61627a

Please sign in to comment.