From 31e57636f3cc67e265dd7b537ead5fe41ad6d5ca Mon Sep 17 00:00:00 2001 From: Janosch <99879757+jkppr@users.noreply.github.com> Date: Wed, 25 Oct 2023 16:42:01 +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 3f09981d5c..9060bd96f6 100644 --- a/timesketch/version.py +++ b/timesketch/version.py @@ -13,7 +13,7 @@ # limitations under the License. """Version information for Timesketch.""" -__version__ = "20230913" +__version__ = "20231025" def get_version():