release 2.032000_001

This commit is contained in:
Oliver Gorwits
2015-03-07 17:12:06 +00:00
parent d6da6d7f1d
commit 93d5d82d62
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
2.032000 - 2015-03-02
2.032000_001 - 2015-03-07
[NEW FEATURES]

View File

@@ -68,7 +68,7 @@ requires:
Plack::Middleware::Expires: 0.03
Plack::Middleware::ReverseProxy: 0.15
Role::Tiny: 1.002005
SNMP::Info: 3.25
SNMP::Info: 3.26
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.031012
version: 2.032000_001

View File

@@ -4,7 +4,7 @@ use strict;
use warnings;
use 5.010_000;
our $VERSION = '2.031012';
our $VERSION = '2.032000_001';
use App::Netdisco::Configuration;
use Module::Find ();