File: version.rb

package info (click to toggle)
ruby-commonmarker 0.23.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,456 kB
  • sloc: ansic: 10,575; ruby: 1,741; sh: 36; makefile: 22
file content (5 lines) | stat: -rw-r--r-- 77 bytes parent folder | download
1
2
3
4
5
# frozen_string_literal: true

module CommonMarker
  VERSION = "0.23.10"
end