From 868fb0ce0e4e7b6f817b20f33e7aa10fedc78bf2 Mon Sep 17 00:00:00 2001 From: Hendre Janse van Rensburg Date: Mon, 7 Jul 2025 08:39:02 +0200 Subject: [PATCH] update the Referenz-Validator version to 2.11.0 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4bae6f7f2..86dcd74ee 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ on: workflow_dispatch: env: - REFERENZVALIDATOR_VERSION: 2.10.0 + REFERENZVALIDATOR_VERSION: 2.11.0 PATH_TO_EXAMPLES: './temp_folder/' FHIR_VERSION: "4.0"