Updates snowflake version

This commit is contained in:
Saptak S 2023-12-28 16:24:39 +05:30
parent 5aa4cc0957
commit c948e7abdf
No known key found for this signature in database
GPG Key ID: 7B7F1772C0C6FCBF
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,5 +1,5 @@
#!/bin/bash
SNOWFLAKE_TAG=v2.6.0
SNOWFLAKE_TAG=v2.8.1
OS=$(uname -s)
@ -19,4 +19,4 @@ if [ "$OS" == "Darwin" ]; then
fi
else
go build -o ../../../onionshare/resources/tor/snowflake-client ./client
fi
fi