Update pluggable transports

This commit is contained in:
Micah Lee 2023-09-04 18:46:54 -07:00
parent 0d59218bf7
commit 9819b29b25
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
5 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
$env:MEEK_TAG = 'v0.37.0'
$env:MEEK_TAG = 'v0.38.0'
New-Item -ItemType Directory -Force -Path .\build\meek
cd .\build\meek

View file

@ -1,5 +1,5 @@
#!/bin/bash
MEEK_TAG=v0.37.0
MEEK_TAG=v0.38.0
OS=$(uname -s)

View file

@ -1,4 +1,4 @@
$env:SNOWFLAKE_TAG = 'v2.3.1'
$env:SNOWFLAKE_TAG = 'v2.6.0'
New-Item -ItemType Directory -Force -Path .\build\snowflake
cd .\build\snowflake

View file

@ -1,5 +1,5 @@
#!/bin/bash
SNOWFLAKE_TAG=v2.3.1
SNOWFLAKE_TAG=v2.6.0
OS=$(uname -s)