DEBSOURCES
Skip Quicknav
sources / ruby-jekyll-toc / 0.19.0-2 / lib / table_of_contents / version.rb
1234567
# frozen_string_literal: true module Jekyll module TableOfContents VERSION = '0.19.0' end end