envygeeks/jekyll-post-tags

View on GitHub
lib/jekyll/post/tags/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# Frozen-string-literal: true
# Copyright: 2016 - 2018 - MIT License
# Author: Jordon Bedwell
# Encoding: utf-8

module Jekyll
  module Post
    module Tags
      VERSION = "1.1.1"
    end
  end
end