diff --git a/Dockerfile b/Dockerfile index 96f406a..b091aa2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM $BASE LABEL com.ibm.name="IBM Storage Scale bridge for Grafana" LABEL com.ibm.vendor="IBM" -LABEL com.ibm.version="8.0.2" +LABEL com.ibm.version="8.0.3-dev" LABEL com.ibm.url="https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana" LABEL com.ibm.description="This tool translates the IBM Storage Scale performance data collected internally \ to the query requests acceptable by the Grafana integrated openTSDB plugin" diff --git a/source/__version__.py b/source/__version__.py index 35c7121..3358003 100644 --- a/source/__version__.py +++ b/source/__version__.py @@ -20,4 +20,4 @@ @author: HWASSMAN ''' -__version__ = '8.0.2' +__version__ = '8.0.3-dev'