1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-25 02:18:08 +00:00

Pmmn is now mature enough to be called 1.0.0

This commit is contained in:
Steve Schnepp 2012-03-08 11:46:43 +01:00
parent affbf60f2a
commit 18b69829c0

View file

@ -13,7 +13,7 @@ use Pod::Usage;
$| = 1;
my $VERSION = "0.0.1";
my $VERSION = "1.0.0";
my $port; # Default is stdin/stdout
my $verbose;