Skip to content

Commit

Permalink
chore: bump README versions (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon authored Jan 17, 2024
1 parent c65163d commit 6cbe84f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ following instructions for your OS and CPU architecture.

``` sh
# see Releases for other versions
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.2.2"
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.6.2"

wget "$URL/alloydb-auth-proxy.linux.amd64" -O alloydb-auth-proxy

Expand All @@ -51,7 +51,7 @@ chmod +x alloydb-auth-proxy

``` sh
# see Releases for other versions
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.2.2"
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.6.2"

wget "$URL/alloydb-auth-proxy.linux.386" -O alloydb-auth-proxy

Expand All @@ -64,7 +64,7 @@ chmod +x alloydb-auth-proxy

``` sh
# see Releases for other versions
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.2.2"
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.6.2"

wget "$URL/alloydb-auth-proxy.linux.arm64" -O alloydb-auth-proxy

Expand All @@ -77,7 +77,7 @@ chmod +x alloydb-auth-proxy

``` sh
# see Releases for other versions
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.2.2"
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.6.2"

wget "$URL/alloydb-auth-proxy.linux.arm" -O alloydb-auth-proxy

Expand All @@ -90,7 +90,7 @@ chmod +x alloydb-auth-proxy

``` sh
# see Releases for other versions
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.2.2"
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.6.2"

wget "$URL/alloydb-auth-proxy.darwin.amd64" -O alloydb-auth-proxy

Expand All @@ -103,7 +103,7 @@ chmod +x alloydb-auth-proxy

``` sh
# see Releases for other versions
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.2.2"
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.6.2"

wget "$URL/alloydb-auth-proxy.darwin.arm64" -O alloydb-auth-proxy

Expand All @@ -116,7 +116,7 @@ chmod +x alloydb-auth-proxy

``` sh
# see Releases for other versions
wget https://storage.googleapis.com/alloydb-auth-proxy/v1.2.2/alloydb-auth-proxy-x64.exe -O alloydb-auth-proxy.exe
wget https://storage.googleapis.com/alloydb-auth-proxy/v1.6.2/alloydb-auth-proxy-x64.exe -O alloydb-auth-proxy.exe
```
</details>

Expand All @@ -125,7 +125,7 @@ wget https://storage.googleapis.com/alloydb-auth-proxy/v1.2.2/alloydb-auth-proxy

``` sh
# see Releases for other versions
wget https://storage.googleapis.com/alloydb-auth-proxy/v1.2.2/alloydb-auth-proxy-x86.exe -O alloydb-auth-proxy.exe
wget https://storage.googleapis.com/alloydb-auth-proxy/v1.6.2/alloydb-auth-proxy-x86.exe -O alloydb-auth-proxy.exe
```
</details>

Expand Down

0 comments on commit 6cbe84f

Please sign in to comment.