diff options
Diffstat (limited to 'keystone/api')
-rw-r--r-- | keystone/api/discovery.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keystone/api/discovery.py b/keystone/api/discovery.py index 3d180166a..92ce7e08f 100644 --- a/keystone/api/discovery.py +++ b/keystone/api/discovery.py @@ -28,9 +28,9 @@ _DISCOVERY_BLUEPRINT = flask.Blueprint('Discovery', __name__) def _get_versions_list(identity_url): versions = {} versions['v3'] = { - 'id': 'v3.12', + 'id': 'v3.13', 'status': 'stable', - 'updated': '2019-01-22T00:00:00Z', + 'updated': '2019-07-19T00:00:00Z', 'links': [{ 'rel': 'self', 'href': identity_url, |