Skip to content

Commit

Permalink
Bumped version to 3.101
Browse files Browse the repository at this point in the history
  • Loading branch information
abw committed Aug 16, 2022
1 parent 55b50c8 commit 6c92854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Improvements:

Bug Fixes:
* Fixed incorrect line numbers when using outline tags
* Fixed incorrect Apache::Util(s) module in t/html.t

#-----------------------------------------------------------------------
# Version 3.100
Expand Down
2 changes: 1 addition & 1 deletion lib/Template.pm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ use File::Basename;
use File::Path;
use Scalar::Util qw(blessed);

our $VERSION = '3.100';
our $VERSION = '3.101';
our $ERROR = '';
our $DEBUG = 0;
our $BINMODE = 0 unless defined $BINMODE;
Expand Down

0 comments on commit 6c92854

Please sign in to comment.