diff --git a/app/views/home/show.html.erb b/app/views/home/show.html.erb index 09c1d1c03..ded12ba97 100644 --- a/app/views/home/show.html.erb +++ b/app/views/home/show.html.erb @@ -55,11 +55,11 @@ - Current Version 4.0 - The version 4.0 release of Bonnie adds support for testing measures using CQL 1.4 and the QDM 5.5 model + Current Version <%=Bonnie::Version.current%> + The version <%=Bonnie::Version.current%> release of Bonnie adds support for testing measures using CQL 1.4 and the QDM 5.5 model - Capabilities v4.0 + Capabilities v<%=Bonnie::Version.current%> Composite Measure Support Hybrid Measure Support diff --git a/config/bonnie.yml b/config/bonnie.yml index 1dc394a95..73ae78c58 100644 --- a/config/bonnie.yml +++ b/config/bonnie.yml @@ -1,5 +1,5 @@ defaults: &defaults - version: 4.0.2 + version: 4.1.1 enable_logging: true enable_rationale: true check_crosswalk: false diff --git a/package.json b/package.json index 53535cbb0..0daa762bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bonnie", - "version": "4.0.2", + "version": "4.1.1", "description": "A tool for testing electronic clinical quality measures", "main": "index.js", "repository": "git@github.com:projecttacoma/bonnie.git",
The version 4.0 release of Bonnie adds support for testing measures using CQL 1.4 and the QDM 5.5 model
The version <%=Bonnie::Version.current%> release of Bonnie adds support for testing measures using CQL 1.4 and the QDM 5.5 model