From ac103e1f7a64a217a779a7b057d0f81af9db52ee Mon Sep 17 00:00:00 2001 From: Owen Roth Date: Wed, 2 Aug 2023 10:56:32 -0500 Subject: [PATCH] update gem version to 1.0.1 --- lib/easy_hubspot/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/easy_hubspot/version.rb b/lib/easy_hubspot/version.rb index 6fb0574..570f3fd 100644 --- a/lib/easy_hubspot/version.rb +++ b/lib/easy_hubspot/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module EasyHubspot - VERSION = '1.0.0' + VERSION = '1.0.1' end