From 892f5b62ce62a5f9514aa7f28e01957969b7b5ea Mon Sep 17 00:00:00 2001 From: bcronin Date: Mon, 13 Jun 2016 18:41:02 -0700 Subject: [PATCH] v0.8.12 --- 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 539a97b..6edb6c3 100644 --- a/lib/lightstep/tracer/version.rb +++ b/lib/lightstep/tracer/version.rb @@ -1,5 +1,5 @@ module Lightstep module Tracer - VERSION = '0.8.11'.freeze + VERSION = '0.8.12'.freeze end end