Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

clarity-native-bin tag update: 2.05.0.0.0 #226

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/clarity-native-bin/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down