From 30da7f10df3343c875f43c14c2b89f6b9f85723e Mon Sep 17 00:00:00 2001 From: Hiro DevOps <45208873+blockstack-devops@users.noreply.github.com> Date: Fri, 3 Jun 2022 16:28:31 +0000 Subject: [PATCH] chore: update clarity-native-bin tag --- packages/clarity-native-bin/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/clarity-native-bin/src/index.ts b/packages/clarity-native-bin/src/index.ts index 0bcf8f3..7157cf2 100644 --- a/packages/clarity-native-bin/src/index.ts +++ b/packages/clarity-native-bin/src/index.ts @@ -9,7 +9,7 @@ import { ConsoleLogger, ILogger } from "./logger"; * Should correspond to both a git tag on the blockstack-core repo and a * set of clarity-binary distributables uploaded to the cloud storage endpoint. */ -export const CORE_SDK_TAG = "2.0.11.0.0"; +export const CORE_SDK_TAG = "2.05.0.2.1"; export const BLOCKSTACK_CORE_SOURCE_TAG_ENV_VAR = "BLOCKSTACK_CORE_SOURCE_TAG"; export const BLOCKSTACK_CORE_SOURCE_BRANCH_ENV_VAR = "BLOCKSTACK_CORE_SOURCE_BRANCH";