From f451bd57b90607723990b1ae2ddc167817f3a33a Mon Sep 17 00:00:00 2001 From: Janosch <99879757+jkppr@users.noreply.github.com> Date: Wed, 9 Oct 2024 18:13:05 +0200 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 36b42984a6..e8a28371d4 100644 --- a/timesketch/version.py +++ b/timesketch/version.py @@ -13,7 +13,7 @@ # limitations under the License. """Version information for Timesketch.""" -__version__ = "20240828" +__version__ = "20241009" def get_version():