From ebed5d6cd5413427d431e2db0705745ce648fff6 Mon Sep 17 00:00:00 2001 From: Chris Beer Date: Thu, 28 Jul 2022 07:50:01 -0700 Subject: [PATCH] Release v3.5.0.2 --- 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 cb7484653..ff37b4512 100644 --- a/lib/spotlight/version.rb +++ b/lib/spotlight/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Spotlight - VERSION = '3.5.0.1' + VERSION = '3.5.0.2' end