diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-12-04 13:27:31 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-12-04 13:27:31 +0100 |
commit | af6dbaf3c10f75f0c8d008158adda4f6d22e9ee9 (patch) | |
tree | e6b61602ec63fb7a76e353b0d566c096ff2eb804 /bin | |
parent | 1676309374dc39286024d6c526e6992e2c60926e (diff) |
Release v1.751.75
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 3a97d18..f45996e 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.74'; +our $VERSION = '1.75'; 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.74 +version 1.75 =head1 DESCRIPTION |