Skip to content

Commit ce96bad

Browse files
committed
version bump in code
1 parent 85e6de2 commit ce96bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
PROMETHEUS_METRICS['num_pvcs_below_threshold'].set(0)
2424
# Initialize our Prometheus metrics (info/settings)
2525
PROMETHEUS_METRICS['info'] = Info('volume_autoscaler_release', 'Release/version information about this volume autoscaler service')
26-
PROMETHEUS_METRICS['info'].info({'version': '1.0.5'})
26+
PROMETHEUS_METRICS['info'].info({'version': '1.0.7'})
2727
PROMETHEUS_METRICS['settings'] = Info('volume_autoscaler_settings', 'Settings currently used in this service')
2828
PROMETHEUS_METRICS['settings'].info(get_settings_for_prometheus_metrics())
2929

0 commit comments

Comments
 (0)