From 97c5bf0e631f89a9ceb4475fc8396ecba6c05e99 Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Wed, 2 Nov 2016 16:47:37 -0400 Subject: [PATCH] Bump to 2.1.0 --- lib/jekyll-seo-tag/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll-seo-tag/version.rb b/lib/jekyll-seo-tag/version.rb index 0e0df19..73c3f84 100644 --- a/lib/jekyll-seo-tag/version.rb +++ b/lib/jekyll-seo-tag/version.rb @@ -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