mirror of
https://github.com/kemko/liquid.git
synced 2026-01-02 00:05:42 +03:00
7 lines
87 B
Ruby
7 lines
87 B
Ruby
# encoding: utf-8
|
|
# frozen_string_literal: true
|
|
|
|
module Liquid
|
|
VERSION = "5.0.0"
|
|
end
|