mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Unfreeze version string
It breaks gem installation on ruby 1.9.x (older rubygem?)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# encoding: utf-8
|
||||
module Liquid
|
||||
VERSION = "3.0.0".freeze
|
||||
VERSION = "3.0.0"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user