Skip to content

Commit 1b9c87d

Browse files
committed
Bump to version 1.0.6
1 parent 363a3da commit 1b9c87d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "Swagger OpenShift LightSpeed service - OpenAPI",
55
"description": "OpenShift LightSpeed service API specification.",
6-
"version": "1.0.5"
6+
"version": "1.0.6"
77
},
88
"paths": {
99
"/v1/query": {

ols/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Service version that is read by project manager tools."""
22

33
# this should be the only version value used in all source codes!!!
4-
__version__ = "1.0.5"
4+
__version__ = "1.0.6"

scripts/build-container.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Version
4-
OLS_VERSION=v1.0.5
4+
OLS_VERSION=v1.0.6
55

66
# To build container for local use
77
if [ -z "$OLS_NO_IMAGE_CACHE" ]; then

0 commit comments

Comments
 (0)