diff options
author | Daniel Friesel <derf@finalrewind.org> | 2023-01-07 10:06:25 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2023-01-07 10:06:25 +0100 |
commit | cfd5e7e357392cede3e64cb75b2e1c0b3813497d (patch) | |
tree | 1ecb2033a07e7067032df929a81b9299bdd11fad /bin/db-wagenreihung | |
parent | 22deaabda49e386a413b59c7ac2a29587e0c45a8 (diff) |
Release v*.070.07
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 b122003..3ca55cd 100755 --- a/bin/db-wagenreihung +++ b/bin/db-wagenreihung @@ -4,7 +4,7 @@ use warnings; use 5.020; use utf8; -our $VERSION = '0.06'; +our $VERSION = '0.07'; use Getopt::Long; use List::Util qw(min); @@ -168,7 +168,7 @@ B<db-wagenreihung> I<station> I<train-number> =head1 VERSION -version 0.06 +version 0.07 This is beta software: API and output format may change without notice. |