diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-02-08 15:31:27 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-02-08 15:31:27 +0100 |
commit | a1c9822c0b7c3091f717cd24c70f29c371527eeb (patch) | |
tree | f92fd188e455ab988e7adeec99cfba765de2b55c /bin | |
parent | ea6e5165ad4b51fac4b44802989ab758818ea3b2 (diff) |
Prepare v0.05
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.04'; +our $VERSION = '0.05'; 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.04 +version 0.05 =head1 DESCRIPTION |