Unfreeze version string

It breaks gem installation on ruby 1.9.x (older rubygem?)
This commit is contained in:
Jean Boussier
2014-06-23 10:46:37 -04:00
parent 114a37d9ba
commit 14b8d824d7

View File

@@ -1,4 +1,4 @@
# encoding: utf-8
module Liquid
VERSION = "3.0.0".freeze
VERSION = "3.0.0"
end