From b023d653b1f0d4b1968bc6b2448e6a21a1f95711 Mon Sep 17 00:00:00 2001 From: Michael Taylor Date: Wed, 6 Mar 2024 14:39:04 -0500 Subject: [PATCH] fix: refactor validation --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a77f8ad..5debd14b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cadt", - "version": "1.7.10", + "version": "1.7.11", "_comment": "DONT CHANGE MAJOR UNLESS DATAMODEL CHANGES: The major version corresponds to the datamodel version your using, so 2.0.0 means it'll use datamodel v2", "private": true, "bin": "build/server.js",