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'