Merge "Pure Storage - bump version numbers for 2024.1 (Caracal)"

This commit is contained in:
Zuul 2023-11-10 00:48:29 +00:00 committed by Gerrit Code Review
commit 31f16a443d
1 changed files with 2 additions and 1 deletions

View File

@ -97,10 +97,11 @@ class FlashBladeShareDriver(driver.ShareDriver):
4.0.0 - Zed release
5.0.0 - Antelope release
6.0.0 - Bobcat release
7.0.0 - 2024.1 (Caracal) release
"""
VERSION = "6.0" # driver version
VERSION = "7.0" # driver version
USER_AGENT_BASE = "OpenStack Manila"
def __init__(self, *args, **kwargs):