Skip to content

Commit

Permalink
Update vocab versions. Fix #189
Browse files Browse the repository at this point in the history
  • Loading branch information
gtback committed Aug 18, 2014
1 parent c26b786 commit 37cfe41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cybox/common/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


class ToolType(VocabString):
_XSI_TYPE = 'cyboxVocabs:ToolTypeVocab-1.0'
_XSI_TYPE = 'cyboxVocabs:ToolTypeVocab-1.1'


class ToolInformation(cybox.Entity):
Expand Down
2 changes: 1 addition & 1 deletion cybox/core/action.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ActionType(VocabString):


class ActionName(VocabString):
_XSI_TYPE = 'cyboxVocabs:ActionNameVocab-1.0'
_XSI_TYPE = 'cyboxVocabs:ActionNameVocab-1.1'


class ActionAliases(cybox.EntityList):
Expand Down

0 comments on commit 37cfe41

Please sign in to comment.