From d650812639d181979bddf9e9afa5088d2a9a713f Mon Sep 17 00:00:00 2001 From: BadPixxel Date: Mon, 13 Mar 2023 10:42:38 +0100 Subject: [PATCH] Release of V2.8.0 --- modules/splashsync/splashsync.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/splashsync/splashsync.php b/modules/splashsync/splashsync.php index c3676238..6a8f5b48 100644 --- a/modules/splashsync/splashsync.php +++ b/modules/splashsync/splashsync.php @@ -74,7 +74,7 @@ public function __construct() // Init Module Main Information Fields $this->name = 'splashsync'; $this->tab = 'administration'; - $this->version = '2.8.0-dev'; + $this->version = '2.8.0'; $this->author = 'SplashSync'; $this->need_instance = 0; $this->ps_versions_compliancy = array('min' => '1.7', 'max' => '8.99.99');