diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-11-17 10:27:53 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-11-17 10:27:53 +0100 |
commit | 51c89bdd76f723497b67e735b0607ffe23043bf8 (patch) | |
tree | 7d4b158479389a980871bca15c535c4b54fe150e /bin | |
parent | 4568d61b229b25293c4db08c0c7263e8946d23db (diff) |
Release v1.351.35
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 bc5cf36..df6f850 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.34'; +our $VERSION = '1.35'; 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.34 +version 1.35 =head1 DESCRIPTION |