From 99905940a5467e3195bbb7e976a306489dd3ad03 Mon Sep 17 00:00:00 2001 From: Daniel Magliola Date: Mon, 28 Oct 2019 16:56:33 +0000 Subject: [PATCH] Bump version to 0.11.0-alpha.1 Bumping this to put it in production for a while. This is a very solid candidate for a 1.0. If we don't find anything, we will release 1.0 next week Signed-off-by: Daniel Magliola --- lib/prometheus/client/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/prometheus/client/version.rb b/lib/prometheus/client/version.rb index 176aaf93..979a606a 100644 --- a/lib/prometheus/client/version.rb +++ b/lib/prometheus/client/version.rb @@ -2,6 +2,6 @@ module Prometheus module Client - VERSION = '0.10.0' + VERSION = '0.11.0-aplha.1' end end