Bump to 2.2.2

This commit is contained in:
Ben Balter 2017-05-01 13:00:01 -04:00
parent 7f79d481a9
commit 908237c7ad
No known key found for this signature in database
GPG Key ID: DBB67C246AD356C4
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ module Liquid; class Tag; end; end
module Jekyll
class SeoTag < Liquid::Tag
VERSION = "2.2.1".freeze
VERSION = "2.2.2".freeze
end
end