diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-11-22 22:25:17 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-11-22 22:25:17 +0100 |
commit | ea2f4a3bdd0cb8544f41b2c9beb381073efe457c (patch) | |
tree | d96c80596ac0b9988318ef7ab5153f45bcaad487 /bin/db-iris | |
parent | 25c4bcb1955504bcb8c6c1a9c1af222863fe3068 (diff) |
Release v1.741.74
Diffstat (limited to 'bin/db-iris')
-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 16113e6..3a97d18 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.73'; +our $VERSION = '1.74'; 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.73 +version 1.74 =head1 DESCRIPTION |