From 7d7b6dd768b431891adc798470327e9271f99560 Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Thu, 20 Jun 2024 11:16:51 +0200 Subject: [PATCH] Fixed the version in the readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f33e9602e0..9021e7cf5d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ If you have [Docker](https://docs.docker.com/engine/install/) already installed with: ```bash -curl -sSL https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/release-1.4.3/install.sh | bash +curl -sSL https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/release-1.4.4/install.sh | bash ``` ## Documentation @@ -71,4 +71,4 @@ We want to thank the following organizations: ## License -The source code is licensed under [Apache 2.0](https://opensource.org/licenses/Apache-2.0). \ No newline at end of file +The source code is licensed under [Apache 2.0](https://opensource.org/licenses/Apache-2.0). -- GitLab