From c3dae8ee4ca827c3aa6ee969c8f6f895a8bda10c Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Thu, 20 Oct 2022 14:08:06 -0600 Subject: [PATCH] Version bump --- 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 5c2de36a..8bac11dc 100644 --- a/lib/netsuite/version.rb +++ b/lib/netsuite/version.rb @@ -1,3 +1,3 @@ module NetSuite - VERSION = '0.9.0' + VERSION = '0.9.1' end