diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-06-05 21:04:02 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-06-05 21:04:02 +0200 |
commit | 52a79eaae8c38d4fd26b0c41cb124ebcf9dcb4bd (patch) | |
tree | c4ab4b9e375f0252b78aa1811cf6c0e088ef8cb2 /bin/db-iris | |
parent | 21c8f00083d3078885a9b983247db5e91bfdeb7b (diff) |
Release v1.271.27
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 16cc6d3..a3ad228 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.26'; +our $VERSION = '1.27'; 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.26 +version 1.27 =head1 DESCRIPTION |