We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df40b49 commit beab073Copy full SHA for beab073
src/constants.ts
@@ -17,7 +17,7 @@ export const NO_CONCURRENCY = 1;
17
export const NOT_SET = "not-set";
18
export const DEFAULT_RETRIES = 3;
19
20
-export const VERSION = "v0.2.22";
+export const VERSION = "v0.3.0-rc";
21
export const SDK_TELEMETRY = `@upstash/workflow@${VERSION}`;
22
23
export const TELEMETRY_HEADER_SDK = "Upstash-Telemetry-Sdk" as const;
0 commit comments