Skip to content

Commit 894f3c7

Browse files
authoredFeb 20, 2024
Bumped workflow version to 3.8.0 (#273)
1 parent a685478 commit 894f3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# The primary version numbers for Workflow-related pods
44
WORKFLOW_MAJOR_VERSION ||= '3'
5-
WORKFLOW_MINOR_VERSION ||= '7'
5+
WORKFLOW_MINOR_VERSION ||= '8'
66
WORKFLOW_PATCH_VERSION ||= '0'
77
WORKFLOW_VERSION ||= "#{WORKFLOW_MAJOR_VERSION}.#{WORKFLOW_MINOR_VERSION}.#{WORKFLOW_PATCH_VERSION}"
88

0 commit comments

Comments
 (0)
Please sign in to comment.