diff options
author | Daniel Friesel <derf@finalrewind.org> | 2023-02-13 17:31:27 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2023-02-13 17:31:27 +0100 |
commit | c84338838750cd52a34c365964c983a45f18ae1c (patch) | |
tree | 2da87097bae2ed8cd96c17a57638f7151c5fbb79 /bin | |
parent | 9f6ef2d2b79b089f132975733641cf7b247e502d (diff) |
Release v0.080.08
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 3ca55cd..8932f15 100755 --- a/bin/db-wagenreihung +++ b/bin/db-wagenreihung @@ -4,7 +4,7 @@ use warnings; use 5.020; use utf8; -our $VERSION = '0.07'; +our $VERSION = '0.08'; use Getopt::Long; use List::Util qw(min); @@ -168,7 +168,7 @@ B<db-wagenreihung> I<station> I<train-number> =head1 VERSION -version 0.07 +version 0.08 This is beta software: API and output format may change without notice. |