diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-02-20 17:51:03 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-02-20 17:51:03 +0100 |
commit | b6c2088af8168df8cd91590dfc66a771cdb87e63 (patch) | |
tree | ff87fb94b84ebd8ded985485996b044bc32e790e /bin | |
parent | a02f519eb4eff269d77cfacb86e149f6a5a9518b (diff) |
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.05'; +our $VERSION = '0.06'; use utf8; use DateTime; @@ -533,7 +533,7 @@ B<dbris> [B<-d> I<DD.MM.YYYY>] [B<-a>|B<-t> I<HH:MM>] [...] I<from-stop> =head1 VERSION -version 0.05 +version 0.06 =head1 DESCRIPTION |