Change stix2.DEFAULT_VERSION to "2.1" on the stix2.1 branch.

master
Michael Chisholm 2019-06-21 13:20:37 -04:00
parent ea98a53fae
commit f9578313a0
1 changed files with 1 additions and 1 deletions

View File

@ -65,4 +65,4 @@ from .version import __version__
_collect_stix2_mappings()
DEFAULT_VERSION = '2.0' # Default version will always be the latest STIX 2.X version
DEFAULT_VERSION = '2.1' # Default version will always be the latest STIX 2.X version