From ea251a783e146435a1bb6b83910c05ab4140e57b Mon Sep 17 00:00:00 2001 From: Chris Beer Date: Thu, 5 Dec 2019 16:52:00 -0800 Subject: [PATCH] Release v2.12.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 1cfc65c91..58565c349 100644 --- a/lib/spotlight/version.rb +++ b/lib/spotlight/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Spotlight - VERSION = '2.12.0' + VERSION = '2.12.1' end