From c39c53d9a228f547cf466de08336b1abf8df754d Mon Sep 17 00:00:00 2001 From: Jacques Dainat Date: Thu, 13 Jul 2023 16:24:26 +0200 Subject: [PATCH] set version to v1.2.0 --- lib/AGAT/AGAT.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/AGAT/AGAT.pm b/lib/AGAT/AGAT.pm index 3c203e63..51461bfd 100644 --- a/lib/AGAT/AGAT.pm +++ b/lib/AGAT/AGAT.pm @@ -16,7 +16,7 @@ use AGAT::Utilities; use AGAT::PlotR; use Bio::Tools::GFF; -our $VERSION = "v1.1.0"; +our $VERSION = "v1.2.0"; our @ISA = qw(Exporter); our @EXPORT = qw(get_agat_header print_agat_version get_agat_config handle_levels); sub import {