From 050e3736044417caacc7fa2a1381cb5343dc753f Mon Sep 17 00:00:00 2001 From: Hobogrammer Date: Wed, 15 Mar 2023 17:09:26 -0700 Subject: [PATCH] Update API domain [IN-985] - Update version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index ee8c240..ec5a930 100755 --- a/version.php +++ b/version.php @@ -24,6 +24,6 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023010900; // YYYYMMDDHH (year, month, day, 24-hr time) +$plugin->version = 2023031500; // YYYYMMDDHH (year, month, day, 24-hr time) $plugin->requires = 2014050800; // Requires this Moodle version $plugin->component = 'block_acclaim'; // Full name of the plugin (used for diagnostics)