mirror of
https://github.com/kemko/liquid.git
synced 2026-01-06 10:15:40 +03: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