Compare commits

...
Author SHA1 Message Date
Ian Ker-Seymer acad30172c Bump to v5.6.0.alpha 2024-08-15 12:22:10 -04:00
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