From 9c923b0bfdb2e4087779042a483a2d6957dceb7a Mon Sep 17 00:00:00 2001 From: Phill MV Date: Tue, 24 Jan 2023 10:35:56 -0500 Subject: [PATCH] :gem: release 0.23.7 --- lib/commonmarker/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commonmarker/version.rb b/lib/commonmarker/version.rb index 0f471c1b..7d03a7ea 100644 --- a/lib/commonmarker/version.rb +++ b/lib/commonmarker/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module CommonMarker - VERSION = "0.23.7.pre1" + VERSION = "0.23.7" end