Bump to 2.1.0

This commit is contained in:
Ben Balter 2016-11-02 16:47:37 -04:00
parent 9272d98f64
commit 97c5bf0e63
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.0.0".freeze
VERSION = "2.1.0".freeze
end
end