File: version.rb

package info (click to toggle)
ruby-mini-mime 1.1.5-2~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 344 kB
  • sloc: ruby: 209; sh: 4; makefile: 4
file content (4 lines) | stat: -rw-r--r-- 70 bytes parent folder | download | duplicates (2)
1
2
3
4
# frozen_string_literal: true
module MiniMime
  VERSION = "1.1.5"
end