From 71f26ef9bda34ddf9e9272d6fbfdeded059fa789 Mon Sep 17 00:00:00 2001 From: Nick Pezza Date: Tue, 15 Oct 2024 16:26:29 -0400 Subject: [PATCH] Version bump to 1.2.0 --- lib/active_insights/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/active_insights/version.rb b/lib/active_insights/version.rb index a0886da..5db8a5f 100644 --- a/lib/active_insights/version.rb +++ b/lib/active_insights/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ActiveInsights - VERSION = "1.1.2" + VERSION = "1.2.0" end