mirror of
https://github.com/kemko/liquid.git
synced 2026-01-04 17:25:41 +03:00
* Enabled frozen string literals * Update rubocop config * Prefer string interpolation in simple cases Co-Authored-By: Dylan Thacker-Smith <dylan.smith@shopify.com>
7 lines
87 B
Ruby
7 lines
87 B
Ruby
# encoding: utf-8
|
|
# frozen_string_literal: true
|
|
|
|
module Liquid
|
|
VERSION = "4.0.3"
|
|
end
|