Skip to content

Commit

Permalink
feat: update for 1.7 development
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Nov 15, 2023
1 parent 3139337 commit a998fb8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Revision history for GLPI agent

1.7 not yet released

1.6 Wed, 15 Nov 2023

core:
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include 'Module::AutoInstall';
abstract 'GLPI unified Agent for UNIX, Linux, Windows and MacOSX';
license 'gpl';
repository 'https://github.com/glpi-project/glpi-agent';
version '1.6';
version '1.7-dev';
perl_version '5.008';
authors 'Teclib Editions';

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

our $VERSION = "1.6";
our $VERSION = "1.7-dev";
our $PROVIDER = "GLPI";
our $COMMENTS = [];

Expand Down Expand Up @@ -31,5 +31,5 @@ agent issue is reported.
One very useful information should be first defined like in that example:
our $COMMENTS = [
"Based on GLPI Agent 1.6"
"Based on GLPI Agent 1.7-dev"
];

0 comments on commit a998fb8

Please sign in to comment.