diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-07-30 13:36:36 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-07-30 13:36:36 +0200 |
commit | 3304b226c3002a29f12cb8a74d4c75a6ba7225d8 (patch) | |
tree | 35cc1ec68d57527ef159043c672302a91e09868c /bin/db-wagenreihung | |
parent | e6366575586a06662a5150bbc80ad2fc17315b7a (diff) |
Release v0.150.15
Diffstat (limited to 'bin/db-wagenreihung')
-rwxr-xr-x | bin/db-wagenreihung | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/db-wagenreihung b/bin/db-wagenreihung index 1dd7e1a..a8a8ec7 100755 --- a/bin/db-wagenreihung +++ b/bin/db-wagenreihung @@ -4,7 +4,7 @@ use warnings; use 5.020; use utf8; -our $VERSION = '0.14'; +our $VERSION = '0.15'; use Getopt::Long; use List::Util qw(min); @@ -188,7 +188,7 @@ B<db-wagenreihung> I<station> I<train-number> =head1 VERSION -version 0.14 +version 0.15 This is beta software: API and output format may change without notice. |