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