From e2917b65ede880c687b19b513e4a1e9f05b33ec2 Mon Sep 17 00:00:00 2001 From: Alexander Kiel Date: Fri, 3 Dec 2021 14:15:55 +0100 Subject: [PATCH] Fix Version --- README.md | 4 ++-- docs/deployment/manual-deployment.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 038153d95..32e283d05 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The goal of this project is to provide a FHIR® Store with an internal CQL Evalu Blaze passes all [Touchstone FHIR 4.0.1 Basic Tests][12] and almost all [CQL Tests][3]. Please refer to the [Conformance](docs/conformance.md) section and report any issues you encounter during evaluation. -Latest release: [v0.13.1][5] +Latest release: [v0.14.0][5] ## Quick Start @@ -72,7 +72,7 @@ Unless required by applicable law or agreed to in writing, software distributed [3]: [4]: -[5]: +[5]: [6]: [7]: [8]: diff --git a/docs/deployment/manual-deployment.md b/docs/deployment/manual-deployment.md index 208afaeff..e2c2513e0 100644 --- a/docs/deployment/manual-deployment.md +++ b/docs/deployment/manual-deployment.md @@ -2,7 +2,7 @@ The installation works under Windows, Linux and macOS. The only dependency is an installed OpenJDK 11. Blaze is tested with [AdoptOpenJDK][1]. -Blaze runs on the JVM and comes as single JAR file. Download the most recent version [here](https://github.com/samply/blaze/releases/tag/v0.13.1). Look for `blaze-0.14.0-standalone.jar`. +Blaze runs on the JVM and comes as single JAR file. Download the most recent version [here](https://github.com/samply/blaze/releases/tag/v0.14.0). Look for `blaze-0.14.0-standalone.jar`. After the download, you can start blaze with the following command (Linux, macOS):