We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44e9076 + ab97353 commit 01a37d2Copy full SHA for 01a37d2
docs/openapi.json
@@ -3,7 +3,7 @@
3
"info": {
4
"title": "Swagger OpenShift LightSpeed service - OpenAPI",
5
"description": "OpenShift LightSpeed service API specification.",
6
- "version": "1.0.6"
+ "version": "1.0.7"
7
},
8
"paths": {
9
"/v1/query": {
ols/version.py
@@ -1,4 +1,4 @@
1
"""Service version that is read by project manager tools."""
2
# this should be the only version value used in all source codes!!!
-__version__ = "1.0.6"
+__version__ = "1.0.7"
scripts/build-container.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# Version
-OLS_VERSION=v1.0.6
+OLS_VERSION=v1.0.7
# To build container for local use
if [ -z "$OLS_NO_IMAGE_CACHE" ]; then
0 commit comments