diff --git a/Makefile b/Makefile index dbc282844..c19f8a4ce 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = "0.8.0-beta.1" +VERSION = "0.8.0-beta.2" check: clojure -A:check diff --git a/README.md b/README.md index 97a62af58..3659e71be 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 The project is currently under active development. Essentially all official [CQL Tests][3] pass. Please report any issues you encounter during evaluation. -Latest release: [v0.8.0-beta.1][5] +Latest release: [v0.8.0-beta.2][5] ## Quick Start @@ -23,14 +23,14 @@ In order to run Blaze with an in-memory, volatile database, just execute the fol ### Docker ```bash -docker run -p 8080:8080 samply/blaze:0.8.0-beta.1 +docker run -p 8080:8080 samply/blaze:0.8.0-beta.2 ``` ### Java ```bash -wget https://github.com/samply/blaze/releases/download/v0.8.0-beta.1/blaze-0.8.0-beta.1-standalone.jar -java -jar blaze-0.8.0-beta.1-standalone.jar -m blaze.core +wget https://github.com/samply/blaze/releases/download/v0.8.0-beta.2/blaze-0.8.0-beta.2-standalone.jar +java -jar blaze-0.8.0-beta.2-standalone.jar -m blaze.core ``` Logging output should appear which prints the most important settings and system parameters like Java version and available memory. @@ -124,7 +124,7 @@ Unless required by applicable law or agreed to in writing, software distributed [3]: [4]: -[5]: +[5]: [6]: [7]: [8]: diff --git a/docker-compose.yml b/docker-compose.yml index dc01a7e68..8e05672f2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.2' services: store: - image: "samply/blaze:0.8.0-beta.1" + image: "samply/blaze:0.8.0-beta.2" environment: BASE_URL: "http://localhost:8080" DB_DIR: "/data" diff --git a/pom.xml b/pom.xml index 3ef91c8aa..a8f9b283e 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 samply blaze - 0.8.0-beta.1 + 0.8.0-beta.2 blaze A FHIR Store with internal, fast CQL Evaluation Engine diff --git a/src/blaze/system.clj b/src/blaze/system.clj index dc062b8f7..d70a7fda8 100644 --- a/src/blaze/system.clj +++ b/src/blaze/system.clj @@ -76,7 +76,7 @@ (def ^:private root-config - {:blaze/version "0.8.0-beta.1" + {:blaze/version "0.8.0-beta.2" :blaze/structure-definition {}