Bump to v5.6.0.alpha

This commit is contained in:
Ian Ker-Seymer
2024-08-15 12:22:10 -04:00
parent fb6634f454
commit acad30172c
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