Skip to content

Commit 054ead1

Browse files
author
Austin Ziegler
committed
Bumping the version for release.
1 parent 59dac76 commit 054ead1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/net/ldap.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ class LDAP
240240
# and then keeps it open while it executes a user-supplied block.
241241
# Net::LDAP#open closes the connection on completion of the block.
242242
class Net::LDAP
243-
VERSION = "0.1.1"
243+
VERSION = "0.2"
244244

245245
class LdapError < StandardError; end
246246

lib/net/snmp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# :stopdoc:
22
module Net
33
class SNMP
4-
VERSION = '0.1.0'
4+
VERSION = '0.2'
55

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

0 commit comments

Comments
 (0)