Files
liquid/lib/liquid/version.rb
T

7 lines
87 B
Ruby

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