From 582b95bcc089d3a174c662f1f1e1151ee3be8e1d Mon Sep 17 00:00:00 2001 From: Ken Date: Wed, 19 Jun 2019 15:24:18 -0400 Subject: [PATCH] Bump linux script version. --- native/linux/Blockstack-for-Linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/linux/Blockstack-for-Linux.sh b/native/linux/Blockstack-for-Linux.sh index 9dcbf5248..cf450bbe4 100644 --- a/native/linux/Blockstack-for-Linux.sh +++ b/native/linux/Blockstack-for-Linux.sh @@ -2,7 +2,7 @@ # This script provides a simple interface for folks to use the docker install -TAG=v0.35.4 +TAG=v0.36.3 if [ "$BLOCKSTACK_TAG" ]; then TAG="$BLOCKSTACK_TAG" fi