diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-03-18 21:40:16 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-03-18 21:40:16 +0100 |
commit | 785655c2c61556c75ee341bdbfbfc662b327bc3d (patch) | |
tree | edb1f83992f5f98fb8e6bce9768d30eda1fb4c50 /bin | |
parent | 15cc92cbee66b0d3c7bc0da6703678d3bf0dc6b5 (diff) |
Release v1.441.44
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 3341f58..1f82d2a 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.43'; +our $VERSION = '1.44'; use DateTime; use DateTime::Format::Strptime; @@ -571,7 +571,7 @@ B<db-iris> [B<-rx>] [B<-d> I<date>] [B<-o> I<output-flags>] =head1 VERSION -version 1.43 +version 1.44 =head1 DESCRIPTION |