Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
plk committed Aug 8, 2024
1 parent 2615012 commit e99a0f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Biber/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ use Unicode::Normalize qw(normalize NFC NFD checkNFC);
use parent qw(Class::Accessor);
__PACKAGE__->follow_best_practice;

our $VERSION = '2.20';
our $BETA_VERSION = 0; # Is this a beta version?
our $VERSION = '2.21';
our $BETA_VERSION = 1; # Is this a beta version?

our $logger = Log::Log4perl::get_logger('main');
our $screen = Log::Log4perl::get_logger('screen');
Expand Down

0 comments on commit e99a0f2

Please sign in to comment.