From f38e4532eb6aa548d744ba18f22560e42654dc17 Mon Sep 17 00:00:00 2001 From: Chris Sinjakli Date: Sat, 5 Oct 2019 14:18:22 +0100 Subject: [PATCH] Bump version to 0.10.0 Signed-off-by: Chris Sinjakli --- 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 15a6b38e..176aaf93 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-alpha.2' + VERSION = '0.10.0' end end