diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-12-26 19:25:55 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-12-26 19:25:55 +0100 |
commit | a547b103d9f7a0f248d79acdae1c1018093dfebc (patch) | |
tree | 5adad9ce77e60ea880771c0126e72142002399d2 /bin | |
parent | f021c6b2a22d414edb9d34f1b388367ac3094645 (diff) |
Release v0.050.05
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 40903ae..9c0c0d5 100755 --- a/bin/db-wagenreihung +++ b/bin/db-wagenreihung @@ -4,7 +4,7 @@ use warnings; use 5.020; use utf8; -our $VERSION = '0.04'; +our $VERSION = '0.05'; use Getopt::Long; use List::Util qw(min); @@ -160,7 +160,7 @@ B<db-wagenreihung> I<station> I<train-number> =head1 VERSION -version 0.04 +version 0.05 This is beta software: API and output format may change without notice. |