Skip to content

Commit

Permalink
chore: prepare release of v0.1.4 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdietz authored Oct 8, 2020
1 parent 5dd7c54 commit c9e8298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

set -e

VERSION=0.1.3
VERSION=0.1.4
GO111MODULE=on
GOPROXY=https://proxy.golang.org

Expand Down Expand Up @@ -46,4 +46,4 @@ rm -f fallback-proxy.exe
make image
docker tag \
gcr.io/gapic-images/fallback-proxy \
gcr.io/gapic-images/fallback-proxy:$VERSION
gcr.io/gapic-images/fallback-proxy:$VERSION

0 comments on commit c9e8298

Please sign in to comment.