From d1e0d2ae137c2f88eadd61b985cebf21d20ab1db Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Thu, 4 Aug 2016 09:05:11 -0400 Subject: [PATCH] :traffic_light: 2.1.0 --- lib/stoplight/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stoplight/version.rb b/lib/stoplight/version.rb index 369e0d1..c8811a6 100644 --- a/lib/stoplight/version.rb +++ b/lib/stoplight/version.rb @@ -1,5 +1,5 @@ # coding: utf-8 module Stoplight - VERSION = Gem::Version.new('2.0.0') + VERSION = Gem::Version.new('2.1.0') end