From 1ce21bd8217d8edba26e0304d625ca972dde43e7 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Wed, 4 Feb 2015 18:45:24 +0000 Subject: [PATCH] release 2.031001 --- 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 fae7f426..aa528566 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.18 + SNMP::Info: 3.24 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.031000 +version: 2.031001 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index da2c0989..9ea9401c 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.031000'; +our $VERSION = '2.031001'; use App::Netdisco::Configuration; use Module::Find ();