From c412896668a3bd3f2e58d42dfa933d85583a46aa Mon Sep 17 00:00:00 2001 From: "Garen J. Torikian" Date: Tue, 30 Apr 2024 11:52:13 -0700 Subject: [PATCH] :version: 3.1.2 --- lib/html_pipeline/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/html_pipeline/version.rb b/lib/html_pipeline/version.rb index 07f6fc2f..16fd6154 100644 --- a/lib/html_pipeline/version.rb +++ b/lib/html_pipeline/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class HTMLPipeline - VERSION = "3.1.1" + VERSION = "3.2.0" end