Bump version to 5.4.0 for release

This commit is contained in:
Charles-P. Clermont 2022-07-28 13:47:53 -04:00
parent 81f44e36be
commit 6f8722a6d3
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Liquid Change Log
## 5.4.0 (unreleased)
## 5.4.0 2022-07-29
### Breaking Changes
* Drop support for end-of-life Ruby versions (2.5 and 2.6) (#1578) [Andy Waite]

View File

@ -2,5 +2,5 @@
# frozen_string_literal: true
module Liquid
VERSION = "5.4.0.alpha"
VERSION = "5.4.0"
end