properly namespace the version

This commit is contained in:
Ben Balter 2016-02-21 15:14:49 -05:00
parent 256a2d6f52
commit 6f57ca4ee3
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ module Jekyll
def options
{
'version' => VERSION,
'version' => Jekyll::SeoTag::VERSION,
'title' => title?
}
end