diff --git a/tika/tika.py b/tika/tika.py index 594301b..5bba125 100755 --- a/tika/tika.py +++ b/tika/tika.py @@ -162,7 +162,7 @@ def make_content_disposition_header(fn): log.setLevel(logging.INFO) Windows = True if platform.system() == "Windows" else False -TikaVersion = os.getenv('TIKA_VERSION', '3.1.0') +TikaVersion = os.getenv('TIKA_VERSION', '3.2.3') TikaJarPath = os.getenv('TIKA_PATH', tempfile.gettempdir()) TikaFilesPath = tempfile.gettempdir() TikaServerLogFilePath = log_path