mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 05:58:16 +00:00
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:
@@ -18,7 +18,7 @@
|
||||
# ###########################################################################
|
||||
package Percona::Toolkit;
|
||||
|
||||
our $VERSION = '3.5.0';
|
||||
our $VERSION = '3.5.1';
|
||||
|
||||
use strict;
|
||||
use warnings FATAL => 'all';
|
||||
|
Reference in New Issue
Block a user