diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-06-23 07:59:23 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-06-23 07:59:23 +0200 |
commit | cc27bc6667f26c111cfb8e7246908de128c2fc6a (patch) | |
tree | 2c4cb5737346dcc8bcc66e8e698a040e99f3e521 /bin | |
parent | 743df5dfa933c400b441f8aed64039a24cd3d674 (diff) |
release v1.281.28
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 a3ad228..870c0ca 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.27'; +our $VERSION = '1.28'; 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.27 +version 1.28 =head1 DESCRIPTION |