From 4d4b75ea6379fd14f29777a235666bb1130cb5de Mon Sep 17 00:00:00 2001
From: Alexander Bias <alexander.bias@uni-ulm.de>
Date: Fri, 11 Dec 2020 10:10:42 +0100
Subject: [PATCH] Release v3.10-r1

---
 CHANGES.md  | 2 +-
 version.php | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index d76cecc..9ff8406 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ moodle-auth_ldap_syncplus
 Changes
 -------
 
-### Unreleased
+### v3.10-r1
 
 * 2020-12-11 - Adopt code changes from Moodle 3.10 core auth_ldap.
 * 2020-12-11 - Prepare compatibility for Moodle 3.10.
diff --git a/version.php b/version.php
index 33d8c1c..c8d8209 100644
--- a/version.php
+++ b/version.php
@@ -25,8 +25,8 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'auth_ldap_syncplus';
-$plugin->version = 2020091800;
-$plugin->release = 'v3.9-r1';
+$plugin->version = 2020121100;
+$plugin->release = 'v3.10-r1';
 $plugin->requires = 2020110900;
 $plugin->supported = [310, 310];
 $plugin->maturity = MATURITY_STABLE;
-- 
GitLab