diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-03-04 06:06:20 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-03-04 06:06:20 +0100 |
commit | 0a4bde31d6c19d9eccd6de13d969419aa113f064 (patch) | |
tree | c5a74f19473c884cc1d1bb5e6dcfdbaa06158d45 /bin/db-wagenreihung | |
parent | 703ce87c11e77e3b3e005adc4b2eda54bb9aa603 (diff) |
Release v0.100.10
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 f5255a5..a14b03c 100755 --- a/bin/db-wagenreihung +++ b/bin/db-wagenreihung @@ -4,7 +4,7 @@ use warnings; use 5.020; use utf8; -our $VERSION = '0.09'; +our $VERSION = '0.10'; use Getopt::Long; use List::Util qw(min); @@ -168,7 +168,7 @@ B<db-wagenreihung> I<station> I<train-number> =head1 VERSION -version 0.09 +version 0.10 This is beta software: API and output format may change without notice. |