mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Merge pull request #371 from Shopify/unfreeze-version-string
Unfreeze version string
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
module Liquid
|
module Liquid
|
||||||
VERSION = "3.0.0".freeze
|
VERSION = "3.0.0"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user