From 140b3c69a7993100076f2e48536b9e7645a09474 Mon Sep 17 00:00:00 2001 From: Michael Taylor Date: Tue, 5 Dec 2023 14:59:05 -0500 Subject: [PATCH] chore: bump to 1.7.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d11317c..5486aa3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cadt", - "version": "1.7.2", + "version": "1.7.3", "_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",