diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-03-29 12:52:29 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-03-29 12:52:29 +0100 |
commit | 89e7031f2b03a83cd32d67ed1dd22f46df202518 (patch) | |
tree | 1ddca6246d6639120af9cf730b90ab122b863725 /bin | |
parent | 8671bc4d654ee7cb480b79a8e7dec56c2a869e7c (diff) |
Release v0.120.12
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 73bbdb4..7a1d63c 100755 --- a/bin/db-wagenreihung +++ b/bin/db-wagenreihung @@ -4,7 +4,7 @@ use warnings; use 5.020; use utf8; -our $VERSION = '0.11'; +our $VERSION = '0.12'; use Getopt::Long; use List::Util qw(min); @@ -172,7 +172,7 @@ B<db-wagenreihung> I<station> I<train-number> =head1 VERSION -version 0.11 +version 0.12 This is beta software: API and output format may change without notice. |