From 5c668f4c1400722f8e8a2580808b9bd5102d0e46 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Wed, 25 Feb 2015 22:12:22 +0000 Subject: [PATCH] release 2.031010 --- Netdisco/META.yml | 4 ++-- Netdisco/lib/App/Netdisco.pm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Netdisco/META.yml b/Netdisco/META.yml index cfcfff82..b55d5377 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -68,7 +68,7 @@ requires: Plack::Middleware::Expires: 0.03 Plack::Middleware::ReverseProxy: 0.15 Role::Tiny: 1.002005 - SNMP::Info: 3.24 + SNMP::Info: 3.25 SQL::Translator: 0.11018 Sereal: 0 Socket6: 0.23 @@ -92,4 +92,4 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: git://git.code.sf.net/p/netdisco/netdisco-ng -version: 2.031009 +version: 2.031010 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index b336552e..47593775 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -4,7 +4,7 @@ use strict; use warnings; use 5.010_000; -our $VERSION = '2.031009'; +our $VERSION = '2.031010'; use App::Netdisco::Configuration; use Module::Find ();