Skip to content

Commit

Permalink
Bump the version to 1.126.
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Sep 23, 2012
1 parent a4ceace commit 27db9a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Text-Table/Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for Perl extension Text::Table.

1.126
1.126 ( Sun 23 Sep 18:33:59 IST 2012 )
- Fix handling of regular expression aligners.
- Thanks to Ilya for the report.
- Fixes https://rt.cpan.org/Ticket/Display.html?id=79803
Expand Down
2 changes: 1 addition & 1 deletion Text-Table/lib/Text/Table.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use List::Util qw(sum max);
use Text::Aligner qw(align);

BEGIN {
our $VERSION = '1.125';
our $VERSION = '1.126';
}

use overload
Expand Down

0 comments on commit 27db9a5

Please sign in to comment.