diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-08-14 10:23:52 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-08-14 10:23:52 +0200 |
commit | a1841b32e75c8d4c9b8f6bad76ac29619cf961e4 (patch) | |
tree | d80201405cb2f2d38bca579b1ae44ef7fd157b29 /bin | |
parent | 3bd82d4c8f022b9277436591087c9a24bb697591 (diff) |
Release v1.591.59
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/db-iris | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/db-iris b/bin/db-iris index 95076bd..75d4fe3 100755 --- a/bin/db-iris +++ b/bin/db-iris @@ -6,7 +6,7 @@ use utf8; no if $] >= 5.018, warnings => 'experimental::smartmatch'; -our $VERSION = '1.58'; +our $VERSION = '1.59'; use DateTime; use DateTime::Format::Strptime; @@ -574,7 +574,7 @@ B<db-iris> [B<-rx>] [B<-d> I<date>] [B<-o> I<output-flags>] =head1 VERSION -version 1.58 +version 1.59 =head1 DESCRIPTION |