release 2.031008

This commit is contained in:
Oliver Gorwits
2015-02-22 09:43:26 +00:00
parent 31b024eef3
commit f4f9abaca3
2 changed files with 2 additions and 2 deletions

View File

@@ -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.031006
version: 2.031008

View File

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