diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-12-13 15:00:51 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-12-13 15:00:51 +0100 |
commit | 98849f8dfe260a347bab37ef5a2102d7fee89e70 (patch) | |
tree | 1a06f0fb92bf4be65f6296710d4ccd0d27e0aa81 /bin/db-iris | |
parent | 4b52f63fcc68806071cd16ca5ee6c80bba2ce92f (diff) |
Release v1.531.53
Happy New Year!
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 96cefbb..6f90909 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.52'; +our $VERSION = '1.53'; 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.52 +version 1.53 =head1 DESCRIPTION |