Bumping these additional versions.
This commit is contained in:
parent
7d90658478
commit
d6ad919717
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# :stopdoc:
|
||||
module Net
|
||||
class SNMP
|
||||
VERSION = '0.2'
|
||||
VERSION = '0.2.1'
|
||||
|
||||
AsnSyntax = Net::BER.compile_syntax({
|
||||
:application => {
|
||||
|
|
Loading…
Reference in a new issue