Skip to content

Commit

Permalink
Version 1.30.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed Feb 10, 2021
1 parent e3b5901 commit b2ef2c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v1.30.1: *Option to limit number of running jobs for particular plugins.
v1.30.0: *Annotation quality metrics. Use the number of allele designations
defined for a scheme as an indication of annotation quality.
v1.29.5: *Minor bug fixes.
Expand Down
2 changes: 1 addition & 1 deletion lib/BIGSdb/Application.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package BIGSdb::Application;
use strict;
use warnings;
use 5.010;
use version; our $VERSION = version->declare('v1.30.0');
use version; our $VERSION = version->declare('v1.30.1');
use Apache2::Connection;
use parent qw(BIGSdb::BaseApplication);
use BIGSdb::AjaxJobs;
Expand Down

0 comments on commit b2ef2c1

Please sign in to comment.