bump version for next beta

This commit is contained in:
Oliver Gorwits
2013-06-08 21:22:44 +01:00
parent b0925cf116
commit 9fd41f1c26
3 changed files with 2 additions and 3 deletions

View File

@@ -144,7 +144,6 @@ MANIFEST This list of files
META.yml META.yml
share/config.yml share/config.yml
share/environments/deployment.yml share/environments/deployment.yml
share/environments/development.yml
share/public/500.html share/public/500.html
share/public/css/bootstrap.min.css share/public/css/bootstrap.min.css
share/public/css/font-awesome.min.css share/public/css/font-awesome.min.css

View File

@@ -59,4 +59,4 @@ resources:
homepage: http://netdisco.org/ homepage: http://netdisco.org/
license: http://opensource.org/licenses/bsd-license.php license: http://opensource.org/licenses/bsd-license.php
repository: git://git.code.sf.net/p/netdisco/netdisco-ng repository: git://git.code.sf.net/p/netdisco/netdisco-ng
version: 2.007000_002 version: 2.007000_003

View File

@@ -7,7 +7,7 @@ use 5.010_000;
use File::ShareDir 'dist_dir'; use File::ShareDir 'dist_dir';
use Path::Class; use Path::Class;
our $VERSION = '2.007000_002'; our $VERSION = '2.007000_003';
BEGIN { BEGIN {
if (not length ($ENV{DANCER_APPDIR} || '') if (not length ($ENV{DANCER_APPDIR} || '')