Skip to content

Commit

Permalink
Bumping these additional versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Ziegler committed Mar 24, 2011
1 parent 7d90658 commit d6ad919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/net/ber.rb
Expand Up @@ -106,7 +106,7 @@ module Net # :nodoc:
# <tr><th>BMPString</th><th>C</th><td>30: 62 (0x3e, 0b00111110)</td></tr>
# </table>
module BER
VERSION = '0.2'
VERSION = '0.2.1'

##
# Used for BER-encoding the length and content bytes of a Fixnum integer
Expand Down
2 changes: 1 addition & 1 deletion lib/net/snmp.rb
Expand Up @@ -2,7 +2,7 @@
# :stopdoc:
module Net
class SNMP
VERSION = '0.2'
VERSION = '0.2.1'

AsnSyntax = Net::BER.compile_syntax({
:application => {
Expand Down

0 comments on commit d6ad919

Please sign in to comment.