Skip to content

Commit d04c1c4

Browse files
author
Jean-Marie Renouard
committed
Increment releas number
1 parent 24ccf47 commit d04c1c4

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 1.8.1
2+
# mysqltuner.pl - Version 1.8.2
33
# High Performance MySQL Tuning Script
44
# Copyright (C) 2006-2021 Major Hayden - [email protected]
55
#
@@ -56,7 +56,7 @@ package main;
5656
#use Env;
5757

5858
# Set up a few variables for use in the script
59-
my $tunerversion = "1.8.1";
59+
my $tunerversion = "1.8.2";
6060
my ( @adjvars, @generalrec );
6161

6262
# Set defaults
@@ -6594,7 +6594,7 @@ sub which {
65946594
65956595
=head1 NAME
65966596
6597-
MySQLTuner 1.8.1 - MySQL High Performance Tuning Script
6597+
MySQLTuner 1.8.2 - MySQL High Performance Tuning Script
65986598
65996599
=head1 IMPORTANT USAGE GUIDELINES
66006600

0 commit comments

Comments
 (0)