Skip to content

Commit

Permalink
Merge pull request #450 from threatgrid/release-1.3.18
Browse files Browse the repository at this point in the history
Release 1.3.18
  • Loading branch information
frenchy64 authored Jul 23, 2024
2 parents 795a474 + ff59c87 commit f9c1fb7
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.18-SNAPSHOT"
(defproject threatgrid/ctim "1.3.19-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.18")
(def ctim-schema-version "1.3.19")

(def-eq CTIMSchemaVersion ctim-schema-version)

Expand Down

0 comments on commit f9c1fb7

Please sign in to comment.