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