Skip to content

Commit 7b334d7

Browse files
committed
fix version displayed
1 parent 92b2b35 commit 7b334d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AGAT/AGAT.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use AGAT::Utilities;
1919
use AGAT::PlotR;
2020
use Bio::Tools::GFF;
2121

22-
our $VERSION = "v2.0.0";
22+
our $VERSION = "v1.6.2";
2323
our @ISA = qw(Exporter);
2424
our @EXPORT = qw(get_agat_header print_agat_version initialize_agat handle_levels create_log_file parse_shared_options apply_shared_options split_argv_shared_vs_script);
2525
sub import {

0 commit comments

Comments
 (0)