From 4e8ad4409202f5ce375d799d63366674ee9e4d25 Mon Sep 17 00:00:00 2001 From: Tom Brow <106167956+square-tomb@users.noreply.github.com> Date: Fri, 17 Nov 2023 10:21:22 -0600 Subject: [PATCH] [release]: bump to version 3.5.0 (#256) --- version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.rb b/version.rb index f7cc78c52..f2b372561 100644 --- a/version.rb +++ b/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # The primary version number for Workflow-related pods -WORKFLOW_VERSION ||= '3.4.0' +WORKFLOW_VERSION ||= '3.5.0' # iOS deployment target WORKFLOW_IOS_DEPLOYMENT_TARGET ||= '14.0'