mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
7 lines
87 B
Ruby
7 lines
87 B
Ruby
# encoding: utf-8
|
|
# frozen_string_literal: true
|
|
|
|
module Liquid
|
|
VERSION = "5.4.0"
|
|
end
|