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

11 lines
167 B
Ruby

# frozen_string_literal: true
# Prevent bundler errors
module Liquid; class Tag; end; end
module Jekyll
class SeoTag < Liquid::Tag
VERSION = "2.6.1"
end
end