diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-10-03 09:20:52 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-10-03 09:20:52 +0200 |
commit | acc86887f4d4801e66200fe6396d804085637fc8 (patch) | |
tree | c4ef6ef78e928664b6812bbbf20cd460cc487a7a /bin | |
parent | daac9f4fbaa576027fa5b0f75c4abb20b6f05d5d (diff) |
Release v1.721.72
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 bb0f8b4..bddf33a 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.71'; +our $VERSION = '1.72'; 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.71 +version 1.72 =head1 DESCRIPTION |