diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-03-07 06:40:26 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-03-07 06:40:26 +0100 |
commit | 1e4083c05a5b317ddfa1232b76eb5eafc1d29e2b (patch) | |
tree | ece8acea64aa1ad76d43a9e4af98ea3b4a5a8435 /bin | |
parent | 607e692cb3d274924766113085caf388e22e3a99 (diff) |
Release v0.110.11
Diffstat (limited to 'bin')
-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 a14b03c..637044a 100755 --- a/bin/db-wagenreihung +++ b/bin/db-wagenreihung @@ -4,7 +4,7 @@ use warnings; use 5.020; use utf8; -our $VERSION = '0.10'; +our $VERSION = '0.11'; use Getopt::Long; use List::Util qw(min); @@ -168,7 +168,7 @@ B<db-wagenreihung> I<station> I<train-number> =head1 VERSION -version 0.10 +version 0.11 This is beta software: API and output format may change without notice. |