From 66d120e3f30597d3986a623d79c6097389d41804 Mon Sep 17 00:00:00 2001 From: Guillaume ERETEO Date: Wed, 28 Feb 2024 10:16:04 +0100 Subject: [PATCH] 1.3.15-SNAPSHOT --- project.clj | 2 +- src/ctim/schemas/common.cljc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 6384370f..4700f791 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject threatgrid/ctim "1.3.14" +(defproject threatgrid/ctim "1.3.15-SNAPSHOT" :description "Cisco Threat Intelligence Model" :url "http://github.com/threatgrid/ctim" :license {:name "Eclipse Public License" diff --git a/src/ctim/schemas/common.cljc b/src/ctim/schemas/common.cljc index efbb4359..f4f8417a 100644 --- a/src/ctim/schemas/common.cljc +++ b/src/ctim/schemas/common.cljc @@ -20,7 +20,7 @@ [flanders.predicates :as fp] [clojure.string :as str])) -(def ctim-schema-version "1.3.14") +(def ctim-schema-version "1.3.15") (def-eq CTIMSchemaVersion ctim-schema-version)