Skip to content

Commit 80a5d03

Browse files
committed
Set version to 4.11
1 parent 5d71826 commit 80a5d03

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
**Version 4.11**
44

5+
- Updated validation engine version from 6.8 to 6.9 (should have been done when the metafile functions changed)
56
- Updated dependencies.
67

78
**Version 4.10**

src/main/java/com/imsweb/validation/ValidationEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public class ValidationEngine {
9090
/**
9191
* Engine version (used to check compatibility with the edits)
9292
*/
93-
private static final String _ENGINE_VERSION = "6.8";
93+
private static final String _ENGINE_VERSION = "6.9";
9494

9595
/**
9696
* The different context types supported by the engine

0 commit comments

Comments
 (0)