From aa654f038adc14067da1edca57e3fa656cec7d3e Mon Sep 17 00:00:00 2001 From: John Flores Date: Tue, 9 Apr 2024 13:18:36 -0700 Subject: [PATCH] Bump patch version We forgot to with our changes brough in previous PRs 24 and 25. --- lib/netsuite/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/netsuite/version.rb b/lib/netsuite/version.rb index 6d715e19..5d678772 100644 --- a/lib/netsuite/version.rb +++ b/lib/netsuite/version.rb @@ -1,3 +1,3 @@ module Netsuite - VERSION = '0.7.10' + VERSION = '0.7.11' end