marsadm: bump version

This commit is contained in:
Thomas Schoebel-Theuer 2020-03-25 07:24:27 +01:00
parent 08a9c7a273
commit 3ba04911c2
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ sub any_exists {
my $Id = '$Id$ ';
my $user_version = 0.1;
my $marsadm_version = 2.5; # some rough hint at newer features
my $marsadm_version = 2.6; # some rough hint at newer features
my $mars = "/mars";
my $host = `uname -n` or ldie "cannot determine my network node name\n";
chomp $host;