From a0411e09277ddba0e12167d56cc2d6a52847ca91 Mon Sep 17 00:00:00 2001 From: Ian Ker-Seymer Date: Mon, 22 Jul 2024 16:40:42 -0400 Subject: [PATCH] Bump to v5.5.1 --- Gemfile.lock | 2 +- lib/liquid/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index cbfda8d4d..a2860ce65 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: . specs: - liquid (5.5.0) + liquid (5.5.1) GEM remote: https://rubygems.org/ diff --git a/lib/liquid/version.rb b/lib/liquid/version.rb index 9a567060e..6f833394f 100644 --- a/lib/liquid/version.rb +++ b/lib/liquid/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module Liquid - VERSION = "5.5.0" + VERSION = "5.5.1" end