Merge pull request #1909 from Shopify/catlee/5.7.3

Bump version to 5.7.3
This commit is contained in:
Chris AtLee
2025-02-13 09:22:47 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Liquid Change Log
## 5.8.0 (unreleased)
## 5.7.3 (unreleased)
## 5.7.2 2025-01-31
+1 -1
View File
@@ -2,5 +2,5 @@
# frozen_string_literal: true
module Liquid
VERSION = "5.7.2"
VERSION = "5.7.3"
end