File: version.rb

package info (click to toggle)
ruby-excon 0.112.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,232 kB
  • sloc: ruby: 7,855; makefile: 5
file content (5 lines) | stat: -rw-r--r-- 70 bytes parent folder | download
1
2
3
4
5
# frozen_string_literal: true

module Excon
  VERSION = '0.112.0'
end