Files
liquid/lib/liquid/version.rb
Marc-André Cournoyer 22683cbd2a Bump version to 5.0.0
Bump major because of the numerous breaking changes.
2021-01-05 15:02:14 -05:00

7 lines
87 B
Ruby

# encoding: utf-8
# frozen_string_literal: true
module Liquid
VERSION = "5.0.0"
end