release 1.3.5

This commit is contained in:
Johannes Schauer Marin Rodrigues 2023-03-20 06:26:51 +01:00
parent b3338bd33b
commit 81d155cac8
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
1.3.5 (2023-03-20)
------------------
- bugfix release
1.3.4 (2023-03-16) 1.3.4 (2023-03-16)
------------------ ------------------

View file

@ -23,7 +23,7 @@
use strict; use strict;
use warnings; use warnings;
our $VERSION = '1.3.4'; our $VERSION = '1.3.5';
use English; use English;
use Getopt::Long; use Getopt::Long;