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";