Skip to content

Commit

Permalink
Merge pull request #454 from threatgrid/release-1.3.19
Browse files Browse the repository at this point in the history
Release 1.3.19
  • Loading branch information
DeLaGuardo authored Nov 12, 2024
2 parents 4ee38a0 + 13e8fd5 commit 84ae25d
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.19-SNAPSHOT"
(defproject threatgrid/ctim "1.3.20-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.19")
(def ctim-schema-version "1.3.20")

(def-eq CTIMSchemaVersion ctim-schema-version)

Expand Down

0 comments on commit 84ae25d

Please sign in to comment.