Skip to content

Commit

Permalink
docs: bump agent & tasks versions
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Oct 2, 2018
1 parent 73cf15e commit 7488e85
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.Packaging
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ package FusionInventory::Agent::Version;
use strict;
use warnings;

our $VERSION = "2.4-1";
our $VERSION = "2.4.2-1";
our $PROVIDER = "FusionInventory";
our $COMMENTS = [ "My distro package built on some computer", "Built on that date" ];

Expand Down
2 changes: 1 addition & 1 deletion lib/FusionInventory/Agent/Task/Collect/Version.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package FusionInventory::Agent::Task::Collect::Version;
use strict;
use warnings;

use constant VERSION => "2.4.0";
use constant VERSION => "2.5";

1;
2 changes: 1 addition & 1 deletion lib/FusionInventory/Agent/Task/ESX/Version.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package FusionInventory::Agent::Task::ESX::Version;
use strict;
use warnings;

use constant VERSION => "2.3";
use constant VERSION => "2.4";

1;
2 changes: 1 addition & 1 deletion lib/FusionInventory/Agent/Task/Inventory/Version.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package FusionInventory::Agent::Task::Inventory::Version;
use strict;
use warnings;

use constant VERSION => "1.4";
use constant VERSION => "1.5";

1;
2 changes: 1 addition & 1 deletion lib/FusionInventory/Agent/Task/NetDiscovery/Version.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package FusionInventory::Agent::Task::NetDiscovery::Version;
use strict;
use warnings;

use constant VERSION => "2.6";
use constant VERSION => "2.7";

1;
2 changes: 1 addition & 1 deletion lib/FusionInventory/Agent/Task/NetInventory/Version.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package FusionInventory::Agent::Task::NetInventory::Version;
use strict;
use warnings;

use constant VERSION => "3.0";
use constant VERSION => "3.1";

1;
4 changes: 2 additions & 2 deletions lib/FusionInventory/Agent/Version.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package FusionInventory::Agent::Version;
use strict;
use warnings;

our $VERSION = "2.4.2-dev";
our $VERSION = "2.4.2";
our $PROVIDER = "FusionInventory";
our $COMMENTS = [];

Expand Down Expand Up @@ -33,5 +33,5 @@ agent issue is reported.
One very useful information should be first defined like in that example:
our $COMMENTS = [
"Based on FusionInventory Agent v2.4"
"Based on FusionInventory Agent v2.4.2"
];

0 comments on commit 7488e85

Please sign in to comment.