From f7ef3ba3310b325052fbd85d08b0657dd91217ec Mon Sep 17 00:00:00 2001 From: Chris Lenk Date: Thu, 31 Mar 2022 14:13:55 -0400 Subject: [PATCH] Update default version --- stix2patterns/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stix2patterns/__init__.py b/stix2patterns/__init__.py index 52f6288..d69c24a 100644 --- a/stix2patterns/__init__.py +++ b/stix2patterns/__init__.py @@ -1 +1 @@ -DEFAULT_VERSION = '2.0' # Default version should always be the latest STIX 2.X version +DEFAULT_VERSION = '2.1' # Default version should always be the latest STIX 2.X version