Skip to content

Commit beab073

Browse files
committed
fix: update version to v0.3.0-rc in constants
1 parent df40b49 commit beab073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.ts

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

20-
export const VERSION = "v0.2.22";
20+
export const VERSION = "v0.3.0-rc";
2121
export const SDK_TELEMETRY = `@upstash/workflow@${VERSION}`;
2222

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

0 commit comments

Comments
 (0)