Skip to content

Commit d6ad919

Browse files
author
Austin Ziegler
committed
Bumping these additional versions.
1 parent 7d90658 commit d6ad919

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/net/ber.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ module Net # :nodoc:
106106
# <tr><th>BMPString</th><th>C</th><td>30: 62 (0x3e, 0b00111110)</td></tr>
107107
# </table>
108108
module BER
109-
VERSION = '0.2'
109+
VERSION = '0.2.1'
110110

111111
##
112112
# Used for BER-encoding the length and content bytes of a Fixnum integer

lib/net/snmp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# :stopdoc:
33
module Net
44
class SNMP
5-
VERSION = '0.2'
5+
VERSION = '0.2.1'
66

77
AsnSyntax = Net::BER.compile_syntax({
88
:application => {

0 commit comments

Comments
 (0)