Skip to content

Commit

Permalink
feat: update for 1.8 development
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Dec 22, 2023
1 parent 5c8d905 commit 8fadb63
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.8 not yet released

1.7.1 Fri, 22 Dec 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.7.1';
version '1.8-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.7.1";
our $VERSION = "1.8-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.7.1"
"Based on GLPI Agent 1.8-dev"
];

0 comments on commit 8fadb63

Please sign in to comment.