Skip to content

Commit e691677

Browse files
committed
Bump version
1 parent 6ffcf89 commit e691677

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

check_smart.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@
6363
# Mar 15, 2024: Yannick Martin - Fix nvme check when auto interface is given and device is nvme (6.14.2)
6464
# Sep 10, 2024: Claudio Kuenzler - Fix performance data format, missing perfdata in SCSI drives (6.14.3)
6565
# Jan 31, 2025: Tomas Barton - Ignore old age attributes due to its unrealiability. Check ATA error logs (6.15.0)
66-
# May 19, 2025: Alexander Kanevskiy - Add usbjmicron devics (6.16.0)
66+
# Jun 12, 2025: Alexander Kanevskiy - Add usbjmicron devices (6.16.0)
6767

6868
use strict;
6969
use Getopt::Long;
7070
use File::Basename qw(basename);
7171

7272
my $basename = basename($0);
73-
my $revision = '6.15.0';
73+
my $revision = '6.16.0';
7474

7575
# Standard Nagios return codes
7676
my %ERRORS=('OK'=>0,'WARNING'=>1,'CRITICAL'=>2,'UNKNOWN'=>3,'DEPENDENT'=>4);

0 commit comments

Comments
 (0)