We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6073ec8 commit 56edbcdCopy full SHA for 56edbcd
Changes
@@ -1,6 +1,6 @@
1
Revision history for FusionInventory agent
2
3
-2.4 not released yet
+2.4 Fri, 29 Dec 2017
4
core:
5
* Cleanup confdir use in task so using deprecated etc/softwares folder is no more
6
logged in journal
lib/FusionInventory/Agent/Version.pm
@@ -3,7 +3,7 @@ package FusionInventory::Agent::Version;
use strict;
use warnings;
-our $VERSION = "2.4.0-dev";
+our $VERSION = "2.4";
7
our $PROVIDER = "FusionInventory";
8
our $COMMENTS = [];
9
0 commit comments