Compare commits

..

1 Commits

Author SHA1 Message Date
Florian Weingarten
dcd21d3db3 Bump version to 2.6.1 2014-01-10 13:21:05 -05:00
2 changed files with 2 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ module Liquid
'index0' => index,
'col' => col + 1,
'col0' => col,
'index0' => index,
'rindex' => length - index,
'rindex0' => length - index - 1,
'first' => (index == 0),

View File

@@ -1,4 +1,4 @@
# encoding: utf-8
module Liquid
VERSION = "2.6.2"
VERSION = "2.6.1"
end