From cba1b7b68edab47ecde4fc95dae9b93a9bba776c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20M=C3=BCller?= Date: Fri, 8 Mar 2024 11:40:34 +0100 Subject: [PATCH] Remove version from composer.json. We will use git tags --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 050ae4c..51bb84d 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,6 @@ "name": "elementareteilchen/clear-cache-by-tag", "description": "Add possibility to clear TYPO3 caches by tag using console command or scheduler task", "type": "typo3-cms-extension", - "version": "1.0.0", "license": [ "GPL-2.0-or-later" ],