From 5e6c17fbf6c54ea162daa1902fc0019d0fd1c4b2 Mon Sep 17 00:00:00 2001 From: Johan Berggren Date: Tue, 29 Dec 2020 23:41:51 +0100 Subject: [PATCH] Update version.py --- timesketch/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timesketch/version.py b/timesketch/version.py index f4b9878ae9..ae00479c09 100644 --- a/timesketch/version.py +++ b/timesketch/version.py @@ -13,7 +13,7 @@ # limitations under the License. """Version information for Timesketch.""" -__version__ = '20200805' +__version__ = '20201229' def get_version():