From 38f2f13f1fceee9fcdaf7a1e293a9df07ec88991 Mon Sep 17 00:00:00 2001 From: Ryan Deivert Date: Tue, 31 Mar 2020 13:57:13 -0700 Subject: [PATCH] bumping version to 3.1.2 --- streamalert/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamalert/__init__.py b/streamalert/__init__.py index 49f37a67d..b544ce1d1 100644 --- a/streamalert/__init__.py +++ b/streamalert/__init__.py @@ -1,2 +1,2 @@ """StreamAlert version.""" -__version__ = '3.1.1' +__version__ = '3.1.2'