From d9c7eb2d584cd4cb21146ca6585291ecf1b85111 Mon Sep 17 00:00:00 2001 From: Hash Borgir Date: Sun, 4 Jun 2023 00:32:56 -0600 Subject: [PATCH] Version update --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index b47bfcb..879868c 100755 --- a/config.php +++ b/config.php @@ -45,7 +45,7 @@ ini_set('max_execution_time', '0'); */ $title = 'D2 Modder'; $author = " HashCasper"; -$version = '5.1.2 beta '; +$version = 'v6 Alpha '; define('APP_DB', "D2Modder.db");