diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-11-25 17:49:35 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-11-25 17:49:35 +0100 |
commit | a52bb5395e62279a0c97db16abe0f32cc2edbdc6 (patch) | |
tree | 05aa992c0168d19ebb1a9c6293c99924e1a02320 /bin/hafas | |
parent | 288f1a74ec940e3fc6494b4ba37b3d71924e4eb3 (diff) |
Release v0.020.02
Diffstat (limited to 'bin/hafas')
-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.01'; +our $VERSION = '0.02'; use utf8; use DateTime; @@ -430,7 +430,7 @@ B<hafas> [B<-d> I<date>] [B<-t> I<time>] [B<-m> I<motlist>] =head1 VERSION -version 0.01 +version 0.02 =head1 DESCRIPTION |