diff --git a/Classes/Service/LicenceCheckService.php b/Classes/Service/LicenceCheckService.php
index 25f09fe93d3b6037bffd541ee443d29cca5d5e6a..a2b133e910cce1ff6085aa36a3d5189c0324759e 100644
--- a/Classes/Service/LicenceCheckService.php
+++ b/Classes/Service/LicenceCheckService.php
@@ -128,12 +128,13 @@ class LicenceCheckService {
 	private static $versionToReleaseTimestamp = [
 		'6.0.0' => 1675793649, // Tue, 07 Feb 2023 18:11:50 GMT
 		'7.2.0' => 1717678615, // Tue, 06 Jun 2023 14:57:50 GMT
+		'8.0.0' => 1729271668, // Tue, 18 Oct 2024 20:57:50 GMT+3
 	];
 
 	/**
 	 * The current extension version
 	 */
-	public const CURRENT_VERSION = '7.2.0';
+	public const CURRENT_VERSION = '8.0.0';
 
 	/**
 	 * @param mixed $validUntil A timestamp, which says the lifetime of this key.