From eff3c4a903ac3b8123cf3ec257e2af5eba5504d9 Mon Sep 17 00:00:00 2001 From: Be Roberts Date: Mon, 27 Feb 2023 13:40:13 -0500 Subject: [PATCH] bump version for 2.3 support --- lib/microformats/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/microformats/version.rb b/lib/microformats/version.rb index ccc0295..b810baf 100644 --- a/lib/microformats/version.rb +++ b/lib/microformats/version.rb @@ -1,3 +1,3 @@ module Microformats - VERSION = '4.4.1'.freeze + VERSION = '4.5.0'.freeze end