RM-1153 - Percona Toolkit 3.5.1

Updated version for Perl files to 3.5.1
Updated Perl module Percona::Toolkit to version 3.5.1 and updated all scripts using this module
Manually updated Go programs
Moved ONLY_UPDATE_VERSION after definition of DATE and SERIES variables, so the script does not fail because of undefined variables
This commit is contained in:
svetasmirnova
2023-01-17 12:20:25 +03:00
parent 2f584c85db
commit 4a33e5e52b
42 changed files with 64 additions and 64 deletions

View File

@@ -18,7 +18,7 @@
# ###########################################################################
package Percona::Toolkit;
our $VERSION = '3.5.0';
our $VERSION = '3.5.1';
use strict;
use warnings FATAL => 'all';