Skip to content

Commit 995ddaa

Browse files
author
Rory OConnell
committed
Version bump
1 parent 76a81cc commit 995ddaa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.2'
109+
VERSION = '0.3.0'
110110

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

lib/net/ldap.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ class LDAP
241241
# and then keeps it open while it executes a user-supplied block.
242242
# Net::LDAP#open closes the connection on completion of the block.
243243
class Net::LDAP
244-
VERSION = "0.2.2"
244+
VERSION = "0.3.0"
245245

246246
class LdapError < StandardError; end
247247

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.2'
5+
VERSION = '0.3.0'
66

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

0 commit comments

Comments
 (0)