Skip to content

Commit 9218c88

Browse files
committed
Update version to 2.2.5
1 parent b4f6a30 commit 9218c88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mysqltuner.pl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env perl
2-
# mysqltuner.pl - Version 2.2.4
2+
# mysqltuner.pl - Version 2.2.5
33
# High Performance MySQL Tuning Script
44
# Copyright (C) 2006-2023 Major Hayden - [email protected]
55
# Copyright (C) 2015-2023 Jean-Marie Renouard - [email protected]
@@ -57,7 +57,7 @@ package main;
5757
#use Env;
5858

5959
# Set up a few variables for use in the script
60-
my $tunerversion = "2.2.4";
60+
my $tunerversion = "2.2.5";
6161
my ( @adjvars, @generalrec );
6262

6363
# Set defaults
@@ -7274,7 +7274,7 @@ sub which {
72747274
72757275
=head1 NAME
72767276
7277-
MySQLTuner 2.2.4 - MySQL High Performance Tuning Script
7277+
MySQLTuner 2.2.5 - MySQL High Performance Tuning Script
72787278
72797279
=head1 IMPORTANT USAGE GUIDELINES
72807280

0 commit comments

Comments
 (0)