From 054ead158dc0d2cf92b1125426293c7374f84d0e Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Mon, 19 Apr 2010 01:57:13 -0400 Subject: [PATCH] Bumping the version for release. --- lib/net/ldap.rb | 2 +- lib/net/snmp.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/net/ldap.rb b/lib/net/ldap.rb index 9454ac6..197b496 100644 --- a/lib/net/ldap.rb +++ b/lib/net/ldap.rb @@ -240,7 +240,7 @@ require 'net/ldap/entry' # and then keeps it open while it executes a user-supplied block. # Net::LDAP#open closes the connection on completion of the block. class Net::LDAP - VERSION = "0.1.1" + VERSION = "0.2" class LdapError < StandardError; end diff --git a/lib/net/snmp.rb b/lib/net/snmp.rb index 650de4a..afa9a7d 100644 --- a/lib/net/snmp.rb +++ b/lib/net/snmp.rb @@ -1,7 +1,7 @@ # :stopdoc: module Net class SNMP - VERSION = '0.1.0' + VERSION = '0.2' AsnSyntax = Net::BER.compile_syntax({ :application => {