From 78cc309d5ef5a60cafb45906386315b655767b0d Mon Sep 17 00:00:00 2001 From: Daniel Magliola Date: Mon, 4 Nov 2019 11:24:57 +0000 Subject: [PATCH] Release v1.0 After almost a year with this code in production, all our backward incompatible changes addressed, and much improved documentation, we are now in a good place to call this "ready for everyone to use" 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 ef332a2a..bb44f1a6 100644 --- a/lib/prometheus/client/version.rb +++ b/lib/prometheus/client/version.rb @@ -2,6 +2,6 @@ module Prometheus module Client - VERSION = '0.11.0-alpha.1' + VERSION = '1.0.0' end end