We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd7c54 commit c9e8298Copy full SHA for c9e8298
1 file changed
release.sh
@@ -16,7 +16,7 @@
16
17
set -e
18
19
-VERSION=0.1.3
+VERSION=0.1.4
20
GO111MODULE=on
21
GOPROXY=https://proxy.golang.org
22
@@ -46,4 +46,4 @@ rm -f fallback-proxy.exe
46
make image
47
docker tag \
48
gcr.io/gapic-images/fallback-proxy \
49
- gcr.io/gapic-images/fallback-proxy:$VERSION
+ gcr.io/gapic-images/fallback-proxy:$VERSION
0 commit comments