Merge pull request #1383 from Shopify/bump-version

Bump version to 5.0.0
This commit is contained in:
Marc-André Cournoyer
2021-01-06 09:38:04 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Liquid Change Log
### Unreleased
## 5.0.0 / 2021-01-06
### Features
* Add new `{% render %}` tag (#1122) [Samuel Doiron]

View File

@@ -2,5 +2,5 @@
# frozen_string_literal: true
module Liquid
VERSION = "4.0.3"
VERSION = "5.0.0"
end