From 8a106089ccd528ea8345b39025d341856dee9b60 Mon Sep 17 00:00:00 2001 From: Cameron Koegel <53310569+ckoegel@users.noreply.github.com> Date: Mon, 6 Apr 2026 12:04:04 -0400 Subject: [PATCH] SWI-1614 Update version.rb --- lib/bandwidth-iris/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bandwidth-iris/version.rb b/lib/bandwidth-iris/version.rb index ae7d4d7..8e96fd1 100644 --- a/lib/bandwidth-iris/version.rb +++ b/lib/bandwidth-iris/version.rb @@ -1,4 +1,4 @@ module BandwidthIris # Version of this gem - VERSION = "7.4.0" + VERSION = "7.4.1" end