diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-03-03 12:13:31 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-03-03 12:13:31 +0100 |
commit | 35f5d0474c85a7b1f771ffb6c63ef8ae10615631 (patch) | |
tree | fd495fd7bcdc00a706568f93c884a267c0ad0c01 /bin | |
parent | 3a998918f5579b8c2cf8d07289b2af8a7eb83630 (diff) |
Release v0.090.09
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 588795f..f5255a5 100755 --- a/bin/db-wagenreihung +++ b/bin/db-wagenreihung @@ -4,7 +4,7 @@ use warnings; use 5.020; use utf8; -our $VERSION = '0.08'; +our $VERSION = '0.09'; use Getopt::Long; use List::Util qw(min); @@ -168,7 +168,7 @@ B<db-wagenreihung> I<station> I<train-number> =head1 VERSION -version 0.08 +version 0.09 This is beta software: API and output format may change without notice. |