5 lines
64 B
Ruby
5 lines
64 B
Ruby
# encoding: utf-8
|
|
|
|
module Liquid
|
|
VERSION = "4.0.2".freeze
|
|
end
|