Set Percona::Toolkit::VERSION = 2.2.7.

This commit is contained in:
Daniel Nichter
2014-02-19 19:47:43 -08:00
parent 94c806a33f
commit 99587e7fce
21 changed files with 23 additions and 22 deletions

View File

@@ -1,5 +1,4 @@
# This program is copyright 2012-2013 Percona Ireland Ltd.
# Feedback and improvements are welcome.
# This program is copyright 2012-2014 Percona LLC and/or its affiliates.
#
# THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
@@ -19,7 +18,7 @@
# ###########################################################################
package Percona::Toolkit;
our $VERSION = '2.2.6';
our $VERSION = '2.2.7';
use strict;
use warnings FATAL => 'all';