We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8cc2218 + ef47b72 commit 334b25eCopy full SHA for 334b25e
project.clj
@@ -1,4 +1,4 @@
1
-(defproject threatgrid/ctim "1.3.22-SNAPSHOT"
+(defproject threatgrid/ctim "1.3.23-SNAPSHOT"
2
:description "Cisco Threat Intelligence Model"
3
:url "http://github.com/threatgrid/ctim"
4
:license {:name "Eclipse Public License"
src/ctim/schemas/common.cljc
@@ -20,7 +20,7 @@
20
[flanders.predicates :as fp]
21
[clojure.string :as str]))
22
23
-(def ctim-schema-version "1.3.21")
+(def ctim-schema-version "1.3.23")
24
25
(def-eq CTIMSchemaVersion ctim-schema-version)
26
0 commit comments