From 6f57ca4ee3f4873d4199ab00053126903abd3579 Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Sun, 21 Feb 2016 15:14:49 -0500 Subject: [PATCH] properly namespace the version --- lib/jekyll-seo-tag.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll-seo-tag.rb b/lib/jekyll-seo-tag.rb index b89f242..28c37c9 100644 --- a/lib/jekyll-seo-tag.rb +++ b/lib/jekyll-seo-tag.rb @@ -20,7 +20,7 @@ module Jekyll def options { - 'version' => VERSION, + 'version' => Jekyll::SeoTag::VERSION, 'title' => title? } end