From 5fbf78e1abb520d9cf44fc74f3be14dcd487b404 Mon Sep 17 00:00:00 2001 From: Janosch <99879757+jkppr@users.noreply.github.com> Date: Wed, 7 Feb 2024 17:25:29 +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 fc2ef8e8ab..d790c7bc0f 100644 --- a/timesketch/version.py +++ b/timesketch/version.py @@ -13,7 +13,7 @@ # limitations under the License. """Version information for Timesketch.""" -__version__ = "20231206" +__version__ = "20240207" def get_version():