Bump version patch

This commit is contained in:
Bahar Pourazar
2024-12-17 17:37:00 +00:00
parent 0c49dd592f
commit 60701f865d
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -1,5 +1,12 @@
# Liquid Change Log
## 5.6.0 (unreleased)
### Fixes
* Fix Tokenizer to handle null source value (#1873) [Bahar Pourazar]
## 5.5.0 2024-03-21
Please reference the GitHub release for more information.
+1 -1
View File
@@ -2,5 +2,5 @@
# frozen_string_literal: true
module Liquid
VERSION = "5.6.0.rc2"
VERSION = "5.6.0.rc3"
end