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,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