From cbfb07de3f43aa23907c5ce4ecfd0bc137ed7749 Mon Sep 17 00:00:00 2001 From: Chris Beer Date: Wed, 19 Dec 2018 06:58:06 -0800 Subject: [PATCH] Release v2.3.1 --- 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 b314903fd..96a460746 100644 --- a/lib/spotlight/version.rb +++ b/lib/spotlight/version.rb @@ -1,3 +1,3 @@ module Spotlight - VERSION = '2.3.0'.freeze + VERSION = '2.3.1'.freeze end