From a3adf5e1896e8d035a9f1a844e07f5aa8cfc5963 Mon Sep 17 00:00:00 2001 From: navjottomer Date: Sat, 4 Dec 2021 15:57:03 +0530 Subject: [PATCH] Bump Release 5.1.2 --- oc-includes/osclass/default-constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oc-includes/osclass/default-constants.php b/oc-includes/osclass/default-constants.php index 6963046a9..bdf177e78 100755 --- a/oc-includes/osclass/default-constants.php +++ b/oc-includes/osclass/default-constants.php @@ -28,7 +28,7 @@ */ if (!defined('OSCLASS_VERSION')) { - define('OSCLASS_VERSION', '5.1.1'); + define('OSCLASS_VERSION', '5.1.2'); } if (!defined('MULTISITE')) {