We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d71826 commit 80a5d03Copy full SHA for 80a5d03
2 files changed
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
**Version 4.11**
4
5
+- Updated validation engine version from 6.8 to 6.9 (should have been done when the metafile functions changed)
6
- Updated dependencies.
7
8
**Version 4.10**
src/main/java/com/imsweb/validation/ValidationEngine.java
@@ -90,7 +90,7 @@ public class ValidationEngine {
90
/**
91
* Engine version (used to check compatibility with the edits)
92
*/
93
- private static final String _ENGINE_VERSION = "6.8";
+ private static final String _ENGINE_VERSION = "6.9";
94
95
96
* The different context types supported by the engine
0 commit comments