diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-01-28 19:28:12 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-01-28 19:28:23 +0100 |
commit | a956ddd5be0c79bf0263440bc9a32a4590340d00 (patch) | |
tree | 79449ec2e1782f641320dba9619caaeda3944883 /bin | |
parent | 620f99deea391aa0c92a06bcb393bcabfedc239a (diff) |
Release v0.020.02
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/dbris | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ use strict; use warnings; use 5.020; -our $VERSION = '0.01'; +our $VERSION = '0.02'; use utf8; use DateTime; @@ -400,7 +400,7 @@ B<dbris> [B<-d> I<DD.MM.YYYY>] [B<-t> I<HH:MM>] [...] I<from-stop> =head1 VERSION -version 0.01 +version 0.02 =head1 DESCRIPTION |