Skip to content

Commit

Permalink
release 1.13.15
Browse files Browse the repository at this point in the history
bump
  • Loading branch information
ereteog committed Mar 11, 2024
1 parent e4f653a commit ffe8622
Show file tree
Hide file tree
Showing 2 changed files with 3 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.15-SNAPSHOT"
(defproject threatgrid/ctim "1.3.15"
:description "Cisco Threat Intelligence Model"
:url "http://github.com/threatgrid/ctim"
:license {:name "Eclipse Public License"
Expand Down
3 changes: 2 additions & 1 deletion src/ctim/schemas/vocabularies.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,8 @@
(def-enum-type Sophistication sophistication)

(def status
#{"New"
#{"New: Processing" ;; for test purpose
"New"
"Open"
"Stalled" ;; deprecated, use Hold
"Hold"
Expand Down

0 comments on commit ffe8622

Please sign in to comment.