From 18f9b941a3608799ae9af2a06622e35825fbd7d4 Mon Sep 17 00:00:00 2001 From: Hiro DevOps <45208873+blockstack-devops@users.noreply.github.com> Date: Tue, 14 Jun 2022 18:45:56 +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..07c85d2 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.2"; export const BLOCKSTACK_CORE_SOURCE_TAG_ENV_VAR = "BLOCKSTACK_CORE_SOURCE_TAG"; export const BLOCKSTACK_CORE_SOURCE_BRANCH_ENV_VAR = "BLOCKSTACK_CORE_SOURCE_BRANCH";