We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed620c commit e630a8dCopy full SHA for e630a8d
project.clj
@@ -1,4 +1,4 @@
1
-(defproject threatgrid/ctim "1.3.28"
+(defproject threatgrid/ctim "1.3.29-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.28")
+(def ctim-schema-version "1.3.29")
24
25
(def-eq CTIMSchemaVersion ctim-schema-version)
26
0 commit comments