From cd293d17756e959a13498c329741a65df181b3d3 Mon Sep 17 00:00:00 2001 From: Zachary Brown Date: Thu, 31 Oct 2024 13:18:35 -0700 Subject: [PATCH] chore: version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eea0657c..6c8f1513 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cadt", - "version": "1.7.18", + "version": "1.7.19", "_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",