Files
liquid/lib/liquid/version.rb

7 lines
88 B
Ruby

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