diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-01-10 12:19:49 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-01-10 12:19:49 +0100 |
commit | 7a2fd508f11a1fa4b33c2ab3cdd6689eacd0234d (patch) | |
tree | ce7e0632f47befeebeb53bccfb5edb6c20cc33d3 /bin | |
parent | c1f88f417a7eb91683aca7868f471ed84b06d2ec (diff) |
release 0.060.06
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 756785c..b122003 100755 --- a/bin/db-wagenreihung +++ b/bin/db-wagenreihung @@ -4,7 +4,7 @@ use warnings; use 5.020; use utf8; -our $VERSION = '0.05'; +our $VERSION = '0.06'; use Getopt::Long; use List::Util qw(min); @@ -168,7 +168,7 @@ B<db-wagenreihung> I<station> I<train-number> =head1 VERSION -version 0.05 +version 0.06 This is beta software: API and output format may change without notice. |