diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-12-25 12:50:05 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-12-25 12:50:05 +0100 |
commit | ba87b85170dceb2e07a76a6851a1dd3fc0b030be (patch) | |
tree | 5bc0a7188eb25290b13e500d75ddc5f60ca2ae51 /bin/db-iris | |
parent | 961ee6f07acf8d45eb635ffb2529c1d5c36dbe65 (diff) |
Release v1.401.40
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 52ddb9d..cf187d5 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.39'; +our $VERSION = '1.40'; use DateTime; use DateTime::Format::Strptime; @@ -533,7 +533,7 @@ B<db-iris> [B<-rx>] [B<-d> I<date>] [B<-o> I<output-flags>] =head1 VERSION -version 1.39 +version 1.40 =head1 DESCRIPTION |