Skip to content

Commit f603d77

Browse files
committed
chore: bump version to 2.8.23
1 parent 49271e5 commit f603d77

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CURRENT_VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.8.22
1+
2.8.23

Changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.8.23 2026-01-18
2+
3+
-
4+
15
2.8.22 2026-01-18
26

37
- feat: update all repository links from 'major' to 'jmrenouard' (issue #410)

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.8.22
2+
# mysqltuner.pl - Version 2.8.23
33
# High Performance MySQL Tuning Script
44
# Copyright (C) 2015-2023 Jean-Marie Renouard - jmrenouard@gmail.com
55
# Copyright (C) 2006-2023 Major Hayden - major@mhtx.net
@@ -59,7 +59,7 @@ package main;
5959
my $is_win = $^O eq 'MSWin32';
6060

6161
# Set up a few variables for use in the script
62-
my $tunerversion = "2.8.22";
62+
my $tunerversion = "2.8.23";
6363
my ( @adjvars, @generalrec );
6464

6565
# Set defaults
@@ -8314,7 +8314,7 @@ =head1 OUTPUT OPTIONS
83148314
83158315
=head1 VERSION
83168316
8317-
Version 2.8.22
8317+
Version 2.8.23
83188318
=head1 PERLDOC
83198319
83208320
You can find documentation for this module with the perldoc command.

0 commit comments

Comments
 (0)