diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-04-26 13:41:44 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-04-26 13:41:44 +0200 |
commit | 6346d656cfad29f1fa81dca1a39ae562698ac614 (patch) | |
tree | a8530ee50ed95be2a3fd9ed0496a4bc238eb6b9c /bin/db-wagenreihung | |
parent | 639f8678effc8f604f345d9ec57c23d9487c630d (diff) |
Release v0.030.03
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 e8d1c82..be59379 100755 --- a/bin/db-wagenreihung +++ b/bin/db-wagenreihung @@ -4,7 +4,7 @@ use warnings; use 5.020; use utf8; -our $VERSION = '0.02'; +our $VERSION = '0.03'; use Getopt::Long; use List::Util qw(min); @@ -160,7 +160,7 @@ B<db-wagenreihung> I<station> I<train-number> =head1 VERSION -version 0.02 +version 0.03 This is beta software: API and output format may change without notice. |