From 9d697d30d691979c1ccce7632dbfd35efebd5af5 Mon Sep 17 00:00:00 2001 From: Hiro DevOps <45208873+blockstack-devops@users.noreply.github.com> Date: Tue, 21 Mar 2023 20:56:13 +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..38ea455 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.1.0.0.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";