diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-03-27 11:35:19 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-03-27 11:35:19 +0100 |
commit | d00107779362bda0cb7df7fdd032d88e4d993823 (patch) | |
tree | 47dc84f5aedeaf5117a866c669586b85d4560896 /bin | |
parent | 4b1936b7b0ef3985014ab322197e5ec3a61a6055 (diff) |
Release v1.191.19
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/efa-m | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ use utf8; no if $] >= 5.018, warnings => 'experimental::smartmatch'; -our $VERSION = '1.18'; +our $VERSION = '1.19'; binmode( STDOUT, ':encoding(utf-8)' ); @@ -396,7 +396,7 @@ B<efa-m> [B<-Lr>] [B<-d> I<dd.mm.yyyy>] [B<-t> I<hh:mm>] =head1 VERSION -version 1.18 +version 1.19 =head1 DESCRIPTION |