diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml
index ee0fd9828c9..0cb9a12b0a6 100644
--- a/com.woltlab.wcf/package.xml
+++ b/com.woltlab.wcf/package.xml
@@ -5,8 +5,8 @@
Free CMS and web-framework, designed for awesome websites and communities.
Freies CMS und Web-Framework, das eindrucksvolle Websites und Communities ermöglicht.
1
- 6.0.12
- 2024-04-22
+ 6.0.14 dev 1
+ 2024-05-29
@@ -50,11 +50,10 @@
acp/install_com.woltlab.wcf_step2.php
-
+
+ acptemplates_update.tar
files_update.tar
+ templates_update.tar
-
- files_update.tar
-
diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php
index bcc1f44b3bc..13f5977cf2d 100644
--- a/wcfsetup/install/files/lib/system/WCF.class.php
+++ b/wcfsetup/install/files/lib/system/WCF.class.php
@@ -81,7 +81,7 @@
\mb_language('uni');
// define current woltlab suite version
-\define('WCF_VERSION', '6.0.12');
+\define('WCF_VERSION', '6.0.14 dev 1');
// define current unix timestamp
\define('TIME_NOW', \time());