From 64848c8480c944a41c9694989a2b3a6faeba7d87 Mon Sep 17 00:00:00 2001 From: Hiro DevOps <45208873+blockstack-devops@users.noreply.github.com> Date: Tue, 3 May 2022 17:51:05 +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..80c449f 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.0"; export const BLOCKSTACK_CORE_SOURCE_TAG_ENV_VAR = "BLOCKSTACK_CORE_SOURCE_TAG"; export const BLOCKSTACK_CORE_SOURCE_BRANCH_ENV_VAR = "BLOCKSTACK_CORE_SOURCE_BRANCH";