Files
liquid/lib/liquid/version.rb
T

7 lines
93 B
Ruby

# encoding: utf-8
# frozen_string_literal: true
module Liquid
VERSION = "5.4.0.alpha"
end