From 95fb7db28ef27704142beedb6e9ba54af34c4d74 Mon Sep 17 00:00:00 2001 From: Joel Turkel Date: Thu, 9 Mar 2023 10:26:11 -0500 Subject: [PATCH] Release 4.3.0 (#156) --- lib/avromatic/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/avromatic/version.rb b/lib/avromatic/version.rb index 6b626c4..ae8d782 100644 --- a/lib/avromatic/version.rb +++ b/lib/avromatic/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Avromatic - VERSION = '4.2.0' + VERSION = '4.3.0' end