Skip to content

Commit

Permalink
fix: Bump some task module versions
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed May 28, 2024
1 parent b1c375b commit c255e5c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/GLPI/Agent/Task/Deploy/Version.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package GLPI::Agent::Task::Deploy::Version;
use strict;
use warnings;

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

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

use constant VERSION => "1.15";
use constant VERSION => "1.16";

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

use constant VERSION => "6.1";
use constant VERSION => "6.2";

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

use constant VERSION => "6.1";
use constant VERSION => "6.2";

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

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

1;

0 comments on commit c255e5c

Please sign in to comment.