From 74db3758a53e0ec708a50afc9aac7676592669af Mon Sep 17 00:00:00 2001 From: Alberto Vena Date: Tue, 23 May 2023 10:42:35 +0200 Subject: [PATCH] Release v0.4.2 --- lib/solidus_webhooks/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/solidus_webhooks/version.rb b/lib/solidus_webhooks/version.rb index bda244d..9980f9a 100644 --- a/lib/solidus_webhooks/version.rb +++ b/lib/solidus_webhooks/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SolidusWebhooks - VERSION = '0.4.1' + VERSION = '0.4.2' end