From 195ed7ac5081df21298558bd0c02c78774d9a561 Mon Sep 17 00:00:00 2001 From: bcronin Date: Fri, 10 Jun 2016 19:09:28 -0700 Subject: [PATCH] v0.8.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 f3f59e5..539a97b 100644 --- a/lib/lightstep/tracer/version.rb +++ b/lib/lightstep/tracer/version.rb @@ -1,5 +1,5 @@ module Lightstep module Tracer - VERSION = '0.8.10'.freeze + VERSION = '0.8.11'.freeze end end