From b9bf9f192d446d57762bcbaf125235c852045b72 Mon Sep 17 00:00:00 2001 From: Chris Wakefield Date: Wed, 23 Aug 2023 19:45:34 -0500 Subject: [PATCH] Correct version number to 2.24.1 (#517) --- NGCHM/WebContent/javascript/CompatibilityManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NGCHM/WebContent/javascript/CompatibilityManager.js b/NGCHM/WebContent/javascript/CompatibilityManager.js index 68d7d22e..2a949202 100644 --- a/NGCHM/WebContent/javascript/CompatibilityManager.js +++ b/NGCHM/WebContent/javascript/CompatibilityManager.js @@ -21,7 +21,7 @@ CM.jsonConfigStr = "{\"row_configuration\": {\"classifications\": {\"show\": \"Y // CURRENT VERSION NUMBER // WARNING: The line starting with 'CM.version = ' is used by .github/workflows/create-build-tag.yml for creating build tags // If making changes to the string 'CM.version = ', make corresponding changes to the 'start_string' in that action. -CM.version = "2.24.0"; // Please increment rightmost digit for each interim version +CM.version = "2.24.1"; // Please increment rightmost digit for each interim version CM.versionCheckUrl = "https://bioinformatics.mdanderson.org/versioncheck/NGCHM/"; CM.viewerAppUrl = "https://bioinformatics.mdanderson.org/ngchm/ZipAppDownload"; CM.classOrderStr = ".classifications_order";