Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrenouard committed Jul 7, 2023
1 parent 7f51ddc commit 54fe8c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mysqltuner.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
# mysqltuner.pl - Version 2.2.6
# mysqltuner.pl - Version 2.2.7
# High Performance MySQL Tuning Script
# Copyright (C) 2006-2023 Major Hayden - [email protected]
# Copyright (C) 2015-2023 Jean-Marie Renouard - [email protected]
Expand Down Expand Up @@ -57,7 +57,7 @@ package main;
#use Env;

# Set up a few variables for use in the script
my $tunerversion = "2.2.6";
my $tunerversion = "2.2.7";
my ( @adjvars, @generalrec );

# Set defaults
Expand Down Expand Up @@ -7354,7 +7354,7 @@ sub which {
=head1 NAME
MySQLTuner 2.2.6 - MySQL High Performance Tuning Script
MySQLTuner 2.2.7 - MySQL High Performance Tuning Script
=head1 IMPORTANT USAGE GUIDELINES
Expand Down

0 comments on commit 54fe8c9

Please sign in to comment.