From 33aeaed6f592c581f99ee4c2f094bf396e363a8b Mon Sep 17 00:00:00 2001 From: Zachary Brown Date: Thu, 16 Nov 2023 12:35:17 -0800 Subject: [PATCH] chore: update to 1.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e96c5913..300599a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "core-registry-cadt", - "version": "1.6.29", + "version": "1.7", "_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",