diff --git a/project.clj b/project.clj index 039808a6..4e3c4c4b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject threatgrid/ctim "1.3.30-SNAPSHOT" +(defproject threatgrid/ctim "1.3.31-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 3ce5669d..4401fb25 100644 --- a/src/ctim/schemas/common.cljc +++ b/src/ctim/schemas/common.cljc @@ -21,7 +21,6 @@ [flanders.predicates :as fp]) (#?(:clj :require :cljs :require-macros) [ctim.version :refer [ctim-version]])) - (def ctim-schema-version (ctim-version)) (def-eq CTIMSchemaVersion ctim-schema-version)