From 94b9fb33946a3b93057d7f5c4a875c3c66e3244a Mon Sep 17 00:00:00 2001 From: CahidArda Date: Fri, 5 Sep 2025 14:57:54 +0300 Subject: [PATCH] fix: bump version --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 5af15e3..fda285b 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -16,7 +16,7 @@ export const NO_CONCURRENCY = 1; export const NOT_SET = "not-set"; export const DEFAULT_RETRIES = 3; -export const VERSION = "v0.2.17"; +export const VERSION = "v0.2.18"; export const SDK_TELEMETRY = `@upstash/workflow@${VERSION}`; export const TELEMETRY_HEADER_SDK = "Upstash-Telemetry-Sdk" as const;