diff --git a/lib/net/ber.rb b/lib/net/ber.rb index 779c08b..9f2854b 100644 --- a/lib/net/ber.rb +++ b/lib/net/ber.rb @@ -106,7 +106,7 @@ module Net # :nodoc: # BMPStringC30: 62 (0x3e, 0b00111110) # module BER - VERSION = '0.2' + VERSION = '0.2.1' ## # Used for BER-encoding the length and content bytes of a Fixnum integer diff --git a/lib/net/snmp.rb b/lib/net/snmp.rb index c19ab00..87b946d 100644 --- a/lib/net/snmp.rb +++ b/lib/net/snmp.rb @@ -2,7 +2,7 @@ # :stopdoc: module Net class SNMP - VERSION = '0.2' + VERSION = '0.2.1' AsnSyntax = Net::BER.compile_syntax({ :application => {