From 5adfd51a53047ee562b5b9a52f59ab5cd8387604 Mon Sep 17 00:00:00 2001 From: jamieQ <2119834+jamieQ@users.noreply.github.com> Date: Wed, 18 Oct 2023 09:53:55 -0500 Subject: [PATCH] [release]: bump to version 3.4.0 (#250) --- version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.rb b/version.rb index 006844037..f7cc78c52 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.3.0' +WORKFLOW_VERSION ||= '3.4.0' # iOS deployment target WORKFLOW_IOS_DEPLOYMENT_TARGET ||= '14.0'