From b6097dc88ca607bf3cf92236e6f2059336287c04 Mon Sep 17 00:00:00 2001 From: Raymond Hughes <131811099+raymond-hughes@users.noreply.github.com> Date: Sat, 28 Oct 2023 16:52:59 -0400 Subject: [PATCH] Update Minor version (#288) --- lib/vbms/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vbms/version.rb b/lib/vbms/version.rb index 55e40f5..b5943c4 100644 --- a/lib/vbms/version.rb +++ b/lib/vbms/version.rb @@ -7,7 +7,7 @@ module VBMS # Current minor release. # @return [Integer] - MINOR = 3 + MINOR = 4 # Current patch level. # @return [Integer]