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 0dbccff commit 28a62b1Copy full SHA for 28a62b1
.github/scripts/docker-create.sh
@@ -311,7 +311,7 @@ generate_test_data() {
311
}
312
313
download_dot_net_binaries() {
314
- BINARY_VERSION="0.2.0"
+ BINARY_VERSION="0.2.1"
315
FILE_VERSION_PERSIST=./binary_version.txt
316
if [ -e "$FILE_VERSION_PERSIST" ]; then
317
echo "$FILE_VERSION_PERSIST exists checkig content"
0 commit comments