jekyll-seo-tag/lib/jekyll-seo-tag/version.rb

9 lines
143 B
Ruby

# Prevent bundler errors
module Liquid; class Tag; end; end
module Jekyll
class SeoTag < Liquid::Tag
VERSION = "2.2.0".freeze
end
end