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