From 1e1b1f8f5d84d316f67d77ad98594b02a248619c Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Wed, 30 Jan 2013 13:19:39 +0000 Subject: [PATCH] version bump - 2.004002 --- Netdisco/Changes | 6 ++++++ Netdisco/META.yml | 2 +- Netdisco/lib/App/Netdisco.pm | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Netdisco/Changes b/Netdisco/Changes index e9541105..a24222e8 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,3 +1,9 @@ +2.004002 - 2013-01-30 + + [BUG FIXES] + + * Typo in one of the schema migration files + 2.004001 - 2013-01-29 [ENHANCEMENTS] diff --git a/Netdisco/META.yml b/Netdisco/META.yml index 7925b28c..2a876165 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -51,4 +51,4 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: git://netdisco.git.sourceforge.net/gitroot/netdisco/netdisco-ng -version: 2.004001 +version: 2.004002 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 0bfa185f..83653ecc 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -7,7 +7,7 @@ use 5.010_000; use File::ShareDir 'dist_dir'; use Path::Class; -our $VERSION = '2.004001'; +our $VERSION = '2.004002'; BEGIN { if (not length ($ENV{DANCER_APPDIR} || '')