Files
liquid/lib/liquid/version.rb
T

7 lines
87 B
Ruby

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