File: version.rb

package info (click to toggle)
ruby-snmp 1.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,860 kB
  • sloc: ruby: 1,791; makefile: 9
file content (4 lines) | stat: -rw-r--r-- 66 bytes parent folder | download
1
2
3
4
# frozen_string_literal: true
module SNMP
  VERSION = "1.3.3"
end