Skip to content

Commit 8f479b0

Browse files
committed
Increment version
1 parent 2079639 commit 8f479b0

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.7.28
2+
# mysqltuner.pl - Version 1.7.29
33
# High Performance MySQL Tuning Script
44
# Copyright (C) 2006-2021 Major Hayden - major@mhtx.net
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.7.28";
59+
my $tunerversion = "1.7.29";
6060
my ( @adjvars, @generalrec );
6161

6262
# Set defaults
@@ -6532,7 +6532,7 @@ sub which {
65326532
65336533
=head1 NAME
65346534
6535-
MySQLTuner 1.7.28 - MySQL High Performance Tuning Script
6535+
MySQLTuner 1.7.29 - MySQL High Performance Tuning Script
65366536
65376537
=head1 IMPORTANT USAGE GUIDELINES
65386538

0 commit comments

Comments
 (0)