From 213f44ec21d920d74da62a8cf4459be01b465147 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Thu, 15 May 2014 08:12:44 +0100 Subject: [PATCH] release 2.027003 --- 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 7943d6f1..59dd5595 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -33,7 +33,7 @@ requires: Daemon::Control: 0.001 Dancer: 1.3112 Dancer::Plugin::Auth::Extensible: 0.3 - Dancer::Plugin::DBIC: 0.1803 + Dancer::Plugin::DBIC: 0.2001 Dancer::Plugin::Passphrase: 2.0.1 File::ShareDir: 1.03 Guard: 1.022 @@ -78,4 +78,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.027002 +version: 2.027003 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 81686ecc..cadd6505 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.027002'; +our $VERSION = '2.027003'; use App::Netdisco::Environment; use Dancer ':script';