diff --git a/Gemfile.lock b/Gemfile.lock index a2860ce65..61acc767d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: . specs: - liquid (5.5.1) + liquid (5.6.0.alpha) GEM remote: https://rubygems.org/ diff --git a/lib/liquid/version.rb b/lib/liquid/version.rb index 6f833394f..98fa9ac62 100644 --- a/lib/liquid/version.rb +++ b/lib/liquid/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module Liquid - VERSION = "5.5.1" + VERSION = "5.6.0.alpha" end