summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-12-26 10:16:35 +0100
committerDaniel Friesel <derf@finalrewind.org>2020-12-26 10:16:35 +0100
commit6c55049dd4506a28a289abce679ef9451c8698bf (patch)
tree3a6ada39e32f3fef4f1ee89f742fddff8ff5ce25 /bin
parent5c1ab77d24e311c1c613c3a9441bda84cc014c0b (diff)
Release v0.040.04
Diffstat (limited to 'bin')
-rwxr-xr-xbin/db-wagenreihung4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/db-wagenreihung b/bin/db-wagenreihung
index be59379..40903ae 100755
--- a/bin/db-wagenreihung
+++ b/bin/db-wagenreihung
@@ -4,7 +4,7 @@ use warnings;
use 5.020;
use utf8;
-our $VERSION = '0.03';
+our $VERSION = '0.04';
use Getopt::Long;
use List::Util qw(min);
@@ -160,7 +160,7 @@ B<db-wagenreihung> I<station> I<train-number>
=head1 VERSION
-version 0.03
+version 0.04
This is beta software: API and output format may change without notice.