From 95348fa1008b870471e236406faa352ec895be95 Mon Sep 17 00:00:00 2001 From: bcronin Date: Thu, 14 Apr 2016 15:06:55 -0700 Subject: [PATCH] Bump to 0.1.4 --- 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 b15a12c..5fd4973 100644 --- a/lib/lightstep/tracer/version.rb +++ b/lib/lightstep/tracer/version.rb @@ -1,5 +1,5 @@ module Lightstep module Tracer - VERSION = "0.1.3" + VERSION = "0.1.4" end end