File: version.rb

package info (click to toggle)
ruby-ethon 0.18.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 396 kB
  • sloc: ruby: 2,108; sh: 9; makefile: 8
file content (6 lines) | stat: -rw-r--r-- 88 bytes parent folder | download
1
2
3
4
5
6
# frozen_string_literal: true
module Ethon

  # Ethon version.
  VERSION = '0.18.0'
end