Skip to content

Commit

Permalink
Merge pull request #609 from at7/task98/update_version
Browse files Browse the repository at this point in the history
update release version
  • Loading branch information
ens-lgil authored Sep 27, 2019
2 parents 92bff18 + 1d8b020 commit 39ee5b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/Bio/EnsEMBL/VEP/Constants.pm
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ use warnings;

use base qw(Exporter);

our $VEP_VERSION = 97;
our $VEP_SUB_VERSION = 0;
our $VEP_VERSION = 98;
our $VEP_SUB_VERSION = 1;

our @EXPORT_OK = qw(
@FLAG_FIELDS
Expand Down

0 comments on commit 39ee5b9

Please sign in to comment.