From 27ec9e527600cc8a75dcdb88eabdf76f94b17972 Mon Sep 17 00:00:00 2001 From: Jessie Keck Date: Fri, 20 Apr 2018 16:08:52 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20to=20version=201.5.1=20=F0=9F=9A=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/spotlight/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spotlight/version.rb b/lib/spotlight/version.rb index 98e109747..c6efca8b0 100644 --- a/lib/spotlight/version.rb +++ b/lib/spotlight/version.rb @@ -1,3 +1,3 @@ module Spotlight - VERSION = '1.5.0'.freeze + VERSION = '1.5.1'.freeze end