Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
drewgonzales360 committed Jul 2, 2024
1 parent af35a4f commit 6d96134
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,5 +1,5 @@
BUILD_METADATA=+$(shell git rev-parse --short HEAD)
SEMVER=v0.3.1
SEMVER=v0.3.2
VERSION=${SEMVER}${BUILD_METADATA}
GOOS?=$(shell uname | tr '[:upper:]' '[:lower:]')
GOARCH?=$(shell uname -m | sed 's/x86_64/amd64/')
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ To install goenv, follow the steps below. Older releases are in the [Releases pa

```bash
# Step 1: Download Goenv for your unix based system and add it to /usr/local/bin
curl -sSL "https://github.com/drewgonzales360/goenv/releases/download/v0.3.1/goenv-$(uname | tr '[:upper:]' '[:lower:]')-$(uname -m | sed 's/x86_64/amd64/')-v0.3.1.tar.gz" | sudo tar -xzv -C /usr/local/bin
curl -sSL "https://github.com/drewgonzales360/goenv/releases/download/v0.3.2/goenv-$(uname | tr '[:upper:]' '[:lower:]')-$(uname -m | sed 's/x86_64/amd64/')-v0.3.2.tar.gz" | sudo tar -xzv -C /usr/local/bin

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

0 comments on commit 6d96134

Please sign in to comment.