Skip to content

Commit

Permalink
1.3.15-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ereteog committed Feb 28, 2024
1 parent 718154b commit 66d120e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject threatgrid/ctim "1.3.14"
(defproject threatgrid/ctim "1.3.15-SNAPSHOT"
:description "Cisco Threat Intelligence Model"
:url "http://github.com/threatgrid/ctim"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion src/ctim/schemas/common.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[flanders.predicates :as fp]
[clojure.string :as str]))

(def ctim-schema-version "1.3.14")
(def ctim-schema-version "1.3.15")

(def-eq CTIMSchemaVersion ctim-schema-version)

Expand Down

0 comments on commit 66d120e

Please sign in to comment.