Skip to content

Commit f0b66b5

Browse files
authored
Merge pull request #111 from Helene/v7.1.0_dev_tag
Set next development target release to 7.1.0
2 parents 6cc3312 + 988a09d commit f0b66b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM $BASE
33

44
LABEL com.ibm.name="IBM Spectrum Scale bridge for Grafana"
55
LABEL com.ibm.vendor="IBM"
6-
LABEL com.ibm.version="7.0.9"
6+
LABEL com.ibm.version="7.1.0-dev"
77
LABEL com.ibm.url="https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana"
88
LABEL com.ibm.description="This tool translates the IBM Spectrum Scale performance data collected internally \
99
to the query requests acceptable by the Grafana integrated openTSDB plugin"

source/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
@author: HWASSMAN
2121
'''
2222

23-
__version__ = '7.0.9'
23+
__version__ = '7.1.0-dev'

0 commit comments

Comments
 (0)