From 7036255a6d226c414c7ea4124e4d3dcb06b2f559 Mon Sep 17 00:00:00 2001 From: Keith Jolley Date: Fri, 7 Jul 2023 06:34:25 +0100 Subject: [PATCH] Version 1.42.3. --- README.txt | 1 + lib/BIGSdb/Application.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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;