Bump to v5.6.0.alpha (#1819)

This commit is contained in:
Ian Ker-Seymer
2024-08-15 16:12:16 -04:00
committed by GitHub
parent ac91d31268
commit b233b3d081
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ GIT
PATH
remote: .
specs:
liquid (5.5.1)
liquid (5.6.0.alpha)
GEM
remote: https://rubygems.org/
+1 -1
View File
@@ -2,5 +2,5 @@
# frozen_string_literal: true
module Liquid
VERSION = "5.5.1"
VERSION = "5.6.0.alpha"
end