jekyll-stealthy-share/lib/jekyll/stealthy_share/version.rb

6 lines
69 B
Ruby
Raw Normal View History

2018-01-09 05:50:29 +00:00
module Jekyll
module StealthyShare
VERSION = '0.1.0'
end
end