diff --git a/README.txt b/README.txt index a583c3c9..706ed099 100644 --- a/README.txt +++ b/README.txt @@ -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. diff --git a/lib/BIGSdb/Application.pm b/lib/BIGSdb/Application.pm index e22fd627..9b2cd21a 100644 --- a/lib/BIGSdb/Application.pm +++ b/lib/BIGSdb/Application.pm @@ -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;