File: version.rb

package info (click to toggle)
ruby-pygments.rb 2.4.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 268 kB
  • sloc: ruby: 530; python: 139; makefile: 10; sh: 4
file content (5 lines) | stat: -rw-r--r-- 71 bytes parent folder | download
1
2
3
4
5
# frozen_string_literal: true

module Pygments
  VERSION = '2.4.1'
end