DEBSOURCES
Skip Quicknav
sources / ruby-jekyll-avatar / 0.8.0-2 / lib / jekyll-avatar / version.rb
123456789
# frozen_string_literal: true module Liquid; class Tag; end; end module Jekyll class Avatar < Liquid::Tag VERSION = "0.8.0" end end