From 9cc0f8a5bfcb7fed6cf8163c2b9da87da772d973 Mon Sep 17 00:00:00 2001 From: Cory Lown Date: Thu, 25 Jul 2024 13:42:56 -0400 Subject: [PATCH] Bump version to 3.6.0.beta9 --- 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 5c77d9351..c4b955caf 100644 --- a/lib/spotlight/version.rb +++ b/lib/spotlight/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Spotlight - VERSION = '3.6.0.beta8' + VERSION = '3.6.0.beta9' end