Skip to content

Commit

Permalink
build: target sources for 2.7 devs
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Nov 27, 2020
1 parent c4b249d commit f3cc80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/FusionInventory/Agent/Version.pm
Expand Up @@ -7,7 +7,7 @@ use warnings;
# version module for versions comparaison, 2.6 following versions should be:
# - kept as major.minor (2.7, 2.8, ...)
# - or use the "alpha" notation to set revision: 2.6_01 is evaluated to v2.601
our $VERSION = "2.6";
our $VERSION = "2.7-dev";
our $PROVIDER = "FusionInventory";
our $COMMENTS = [];

Expand Down

0 comments on commit f3cc80b

Please sign in to comment.