From e13e71f84437403c5f0ca7930f036172ceacf945 Mon Sep 17 00:00:00 2001 From: Willem van Bergen Date: Wed, 7 May 2014 15:30:26 -0400 Subject: [PATCH] Bump version to 2.0.1 --- lib/statsd/instrument/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/statsd/instrument/version.rb b/lib/statsd/instrument/version.rb index bd61631c..03d38167 100644 --- a/lib/statsd/instrument/version.rb +++ b/lib/statsd/instrument/version.rb @@ -1,5 +1,5 @@ module StatsD module Instrument - VERSION = "2.0.0" + VERSION = "2.0.1" end end