diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-11-16 21:25:30 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-11-16 21:25:30 +0100 |
commit | acb6f0208c3d177092f8cff4807da4330a93b6c4 (patch) | |
tree | 2bbc0ac84f4fdad8a42cf8d8cd5e877840829cd8 /bin | |
parent | 748aec53e2b249652f6b45a754b7c63b3c314e95 (diff) |
Release v0.010.01
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/hafas | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ use strict; use warnings; use 5.014; -our $VERSION = '0.00'; +our $VERSION = '0.01'; use utf8; use DateTime; @@ -384,7 +384,7 @@ B<hafas> [B<-d> I<date>] [B<-t> I<time>] [B<-m> I<motlist>] =head1 VERSION -version 0.00 +version 0.01 =head1 DESCRIPTION |