From 6e0d93fcaccaa65d92cfb26b66351e5882b17e16 Mon Sep 17 00:00:00 2001 From: Jack Reed Date: Tue, 17 Apr 2018 06:56:17 -0700 Subject: [PATCH] bump to v1.5.0 :hammer: --- 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 ff1240380..98e109747 100644 --- a/lib/spotlight/version.rb +++ b/lib/spotlight/version.rb @@ -1,3 +1,3 @@ module Spotlight - VERSION = '1.4.1'.freeze + VERSION = '1.5.0'.freeze end