From a7e4ac59bdfbe286683ba318e40a362364fce35d Mon Sep 17 00:00:00 2001 From: bcronin Date: Fri, 15 Apr 2016 14:27:57 -0700 Subject: [PATCH] v0.1.11 --- lib/lightstep/tracer/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lightstep/tracer/version.rb b/lib/lightstep/tracer/version.rb index 658bd57..a398777 100644 --- a/lib/lightstep/tracer/version.rb +++ b/lib/lightstep/tracer/version.rb @@ -1,5 +1,5 @@ module Lightstep module Tracer - VERSION = "0.1.10" + VERSION = "0.1.11" end end