File: version.rb

package info (click to toggle)
ruby-prawn 2.3.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,380 kB
  • sloc: ruby: 15,820; sh: 43; makefile: 20
file content (5 lines) | stat: -rw-r--r-- 68 bytes parent folder | download
1
2
3
4
5
# frozen_string_literal: true

module Prawn
  VERSION = '2.3.0'
end