Skip to content

Commit f21d6f8

Browse files
committed
feat: update for 1.12 development
1 parent 5df7456 commit f21d6f8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Changes

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Revision history for GLPI agent
22

3+
1.12 not yet released
4+
35
1.11 Tue, 24 Sep 2024
46

57
core:

Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include 'Module::AutoInstall';
1414
abstract 'GLPI unified Agent for UNIX, Linux, Windows and MacOSX';
1515
license 'gpl';
1616
repository 'https://github.com/glpi-project/glpi-agent';
17-
version '1.11';
17+
version '1.12-dev';
1818
perl_version '5.008';
1919
authors 'Teclib Editions';
2020

lib/GLPI/Agent/Version.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package GLPI::Agent::Version;
33
use strict;
44
use warnings;
55

6-
our $VERSION = "1.11";
6+
our $VERSION = "1.12-dev";
77
our $PROVIDER = "GLPI";
88
our $COMMENTS = [];
99

@@ -31,5 +31,5 @@ agent issue is reported.
3131
One very useful information should be first defined like in that example:
3232
3333
our $COMMENTS = [
34-
"Based on GLPI Agent 1.11"
34+
"Based on GLPI Agent 1.12-dev"
3535
];

0 commit comments

Comments
 (0)