From a85709cccaecf54043770fc2c8ea4de3e5fe1e18 Mon Sep 17 00:00:00 2001 From: Richard DeMarco Date: Tue, 20 Jun 2023 13:22:36 -0600 Subject: [PATCH] fix version file --- lib/xero-ruby/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xero-ruby/version.rb b/lib/xero-ruby/version.rb index a1faca22..2189d3cf 100644 --- a/lib/xero-ruby/version.rb +++ b/lib/xero-ruby/version.rb @@ -11,5 +11,5 @@ =end module XeroRuby - VERSION = '4.1.0' + VERSION = '4.3.0' end