File: version.rb

package info (click to toggle)
ruby-jekyll-compose 0.12.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 108 kB
  • sloc: ruby: 712; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 95 bytes parent folder | download
1
2
3
4
5
6
7
# frozen_string_literal: true

module Jekyll
  module Compose
    VERSION = "0.12.0"
  end
end