Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrenouard committed Jun 26, 2023
1 parent fc320f0 commit b008591
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.0
# mysqltuner.pl - Version 2.2.1
# 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.0";
my $tunerversion = "2.2.1";
my ( @adjvars, @generalrec );

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

0 comments on commit b008591

Please sign in to comment.