Bump version to 2.5.0 and update copyright year
Change-Id: I7ad47c32935fc315ecb9c85048cff459b63e5c73
diff --git a/Readme.pod b/Readme.pod
index fe13a27..ba69e9f 100644
--- a/Readme.pod
+++ b/Readme.pod
@@ -245,7 +245,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2021-2023, L<IDS Mannheim|https://www.ids-mannheim.de/>
+Copyright (C) 2021-2024, L<IDS Mannheim|https://www.ids-mannheim.de/>
Author: Peter Harders
diff --git a/lib/KorAP/XML/TEI/Tokenizer/KorAP.pm b/lib/KorAP/XML/TEI/Tokenizer/KorAP.pm
index cbeca09..665d2e2 100644
--- a/lib/KorAP/XML/TEI/Tokenizer/KorAP.pm
+++ b/lib/KorAP/XML/TEI/Tokenizer/KorAP.pm
@@ -4,7 +4,7 @@
use warnings;
use File::Share ':all';
-our $VERSION = '2.4.5-TRIAL';
+our $VERSION = '2.5.0';
my $MIN_JAVA_VERSION = 17;
use constant {
diff --git a/script/tei2korapxml b/script/tei2korapxml
index 5f69098..eff4fc5 100755
--- a/script/tei2korapxml
+++ b/script/tei2korapxml
@@ -24,7 +24,7 @@
use KorAP::XML::TEI::Header;
use KorAP::XML::TEI::Inline;
-our $VERSION = '2.4.5-TRIAL';
+our $VERSION = '2.5.0';
our $VERSION_MSG = "\ntei2korapxml - v$VERSION\n";