Merge pull request #201 from arthurnn/adding_version_file

create version.rb file, and bump version
This commit is contained in:
Florian Weingarten
2013-06-14 05:45:48 -07:00
4 changed files with 18 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
# encoding: utf-8
module Liquid
VERSION = "2.6.0"
end