~percona-toolkit-dev/percona-toolkit/release-2.2.8

« back to all changes in this revision

Viewing changes to bin/pt-config-diff

  • Committer: Daniel Nichter
  • Date: 2014-02-20 03:47:43 UTC
  • Revision ID: daniel@percona.com-20140220034743-lznbv778sibq6d8i
Set Percona::Toolkit::VERSION = 2.2.7.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
{
44
44
package Percona::Toolkit;
45
45
 
46
 
our $VERSION = '2.2.6';
 
46
our $VERSION = '2.2.7';
47
47
 
48
48
use strict;
49
49
use warnings FATAL => 'all';