Skip to content

Commit

Permalink
Merge pull request #9989 from vavuthu/include_417_in_version_module
Browse files Browse the repository at this point in the history
add VERSION_4_17 in version module
  • Loading branch information
vavuthu authored Jun 28, 2024
2 parents 444a2e2 + 3a405c6 commit 0aa454f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ocs_ci/utility/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def get_semantic_version(
VERSION_4_14 = get_semantic_version("4.14", True)
VERSION_4_15 = get_semantic_version("4.15", True)
VERSION_4_16 = get_semantic_version("4.16", True)
VERSION_4_17 = get_semantic_version("4.17", True)


def get_semantic_ocs_version_from_config(cluster_config=None):
Expand Down

0 comments on commit 0aa454f

Please sign in to comment.