diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-04-27 12:10:14 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-04-27 12:10:14 +0200 |
commit | 89ea4891edbebc0ae8f54212170d853625a95b5a (patch) | |
tree | b67289e2f63d167352b9d41cebc9e65e4f01c464 /bin/db-wagenreihung | |
parent | 63eeff22cb3aedd1eb6b5b46a23958247b33f800 (diff) |
release v0.130.13
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 b095d59..c1daac1 100755 --- a/bin/db-wagenreihung +++ b/bin/db-wagenreihung @@ -4,7 +4,7 @@ use warnings; use 5.020; use utf8; -our $VERSION = '0.12'; +our $VERSION = '0.13'; use Getopt::Long; use List::Util qw(min); @@ -179,7 +179,7 @@ B<db-wagenreihung> I<station> I<train-number> =head1 VERSION -version 0.12 +version 0.13 This is beta software: API and output format may change without notice. |