From 39b77092dac175bf1043b2ab75b7081f19870086 Mon Sep 17 00:00:00 2001 From: Kirill Chernyshov Date: Tue, 12 Nov 2024 10:23:05 +0100 Subject: [PATCH 1/2] Version 1.3.19 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 16f90321..e4b0c9c2 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject threatgrid/ctim "1.3.19-SNAPSHOT" +(defproject threatgrid/ctim "1.3.19" :description "Cisco Threat Intelligence Model" :url "http://github.com/threatgrid/ctim" :license {:name "Eclipse Public License" From 13e8fd556ca447c13b2cfa91d1bf574b170614bc Mon Sep 17 00:00:00 2001 From: Kirill Chernyshov Date: Tue, 12 Nov 2024 12:00:32 +0100 Subject: [PATCH 2/2] Bump dev version --- 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 e4b0c9c2..70a710d8 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject threatgrid/ctim "1.3.19" +(defproject threatgrid/ctim "1.3.20-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 13c3da5d..cc8b23b6 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.19") +(def ctim-schema-version "1.3.20") (def-eq CTIMSchemaVersion ctim-schema-version)