Merge pull request #371 from Shopify/unfreeze-version-string

Unfreeze version string
This commit is contained in:
Arthur Nogueira Neves
2014-06-24 09:59:46 -05:00

View File

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