diff --git a/project.clj b/project.clj index 07f6a3d8..13b59099 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject threatgrid/ctim "1.3.10-SNAPSHOT" +(defproject threatgrid/ctim "1.3.11-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 daba769e..1d6472d5 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.10") +(def ctim-schema-version "1.3.11") (def-eq CTIMSchemaVersion ctim-schema-version)