Skip to content

Commit 6612d53

Browse files
authored
Bump version to 0.2.14 (#111)
* feat: bump version to 0.2.14 * fix: remove tests from pre push
1 parent 144e622 commit 6612d53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.husky/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bun run test && bun run build
1+
bun run build

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const NO_CONCURRENCY = 1;
1616
export const NOT_SET = "not-set";
1717
export const DEFAULT_RETRIES = 3;
1818

19-
export const VERSION = "v0.2.13";
19+
export const VERSION = "v0.2.14";
2020
export const SDK_TELEMETRY = `@upstash/workflow@${VERSION}`;
2121

2222
export const TELEMETRY_HEADER_SDK = "Upstash-Telemetry-Sdk" as const;

0 commit comments

Comments
 (0)