From 3c6a2fd3ce17ee6503a49470c83873c19efc957c Mon Sep 17 00:00:00 2001 From: Joachim Metz Date: Thu, 24 May 2018 08:52:29 +0200 Subject: [PATCH] Updated version for release --- config/dpkg/changelog | 4 ++-- plaso/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/dpkg/changelog b/config/dpkg/changelog index 44b5f2ec9d..65106a45d0 100644 --- a/config/dpkg/changelog +++ b/config/dpkg/changelog @@ -1,5 +1,5 @@ -plaso (20180521-1) unstable; urgency=low +plaso (20180524-1) unstable; urgency=low * Auto-generated - -- Log2Timeline Mon, 21 May 2018 06:28:57 +0200 \ No newline at end of file + -- Log2Timeline Thu, 24 May 2018 05:42:30 +0200 \ No newline at end of file diff --git a/plaso/__init__.py b/plaso/__init__.py index 5a320e8592..54abfb10eb 100644 --- a/plaso/__init__.py +++ b/plaso/__init__.py @@ -8,4 +8,4 @@ from __future__ import unicode_literals -__version__ = '20180521' +__version__ = '20180524'