Skip to content

Commit 4aec548

Browse files
committed
feat: update for 1.2 development
1 parent bfc5300 commit 4aec548

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Revision history for GLPI agent
22

3+
1.2 not yet released
4+
35
1.1 Fri, 04 Feb 2022
46

57
core:

Makefile.PL

Lines changed: 1 addition & 1 deletion
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.1';
17+
version '1.2-dev';
1818
perl_version '5.008';
1919
authors 'Teclib Editions';
2020

lib/GLPI/Agent/Version.pm

Lines changed: 2 additions & 2 deletions
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.1";
6+
our $VERSION = "1.2-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.1"
34+
"Based on GLPI Agent 1.2-dev"
3535
];

0 commit comments

Comments
 (0)