mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-12-15 02:02:05 +08:00
Set v2.2 instead of 3.0.
This commit is contained in:
@@ -52,7 +52,7 @@ BEGIN {
|
||||
{
|
||||
package Percona::Toolkit;
|
||||
|
||||
our $VERSION = '3.0.0';
|
||||
our $VERSION = '2.2.2';
|
||||
|
||||
use strict;
|
||||
use warnings FATAL => 'all';
|
||||
@@ -9301,6 +9301,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-agent 3.0.0
|
||||
pt-agent 2.2.2
|
||||
|
||||
=cut
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
# ###########################################################################
|
||||
package Percona::Toolkit;
|
||||
|
||||
our $VERSION = '3.0.0';
|
||||
our $VERSION = '2.2.2';
|
||||
|
||||
use strict;
|
||||
use warnings FATAL => 'all';
|
||||
|
||||
Reference in New Issue
Block a user