Skip to content

Commit

Permalink
Version 1.42.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed Jul 7, 2023
1 parent 54c18c0 commit 7036255
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.42.3: *Fix LINcode field export.
v1.42.2: *Search isolates by SAVs or SNPs defined in typing database.
*Use caching for dashboard AJAX calls where possible.
*Add option to batch download full allele records via API.
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.42.2');
use version; our $VERSION = version->declare('v1.42.3');
use Apache2::Connection;
use parent qw(BIGSdb::BaseApplication);
use BIGSdb::AjaxAnalysis;
Expand Down

0 comments on commit 7036255

Please sign in to comment.