From 5d2c85967c906017e625e154a4a6a936df13c695 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Fri, 11 Nov 2022 13:12:38 +1300 Subject: [PATCH] MNT Update v4 docs branch to 4.12 --- sources-docs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources-docs.js b/sources-docs.js index 7040dae..15bdd66 100644 --- a/sources-docs.js +++ b/sources-docs.js @@ -13,7 +13,7 @@ module.exports = [ options: { name: `docs--4`, remote: `https://github.com/silverstripe/developer-docs.git`, - branch: `4.11`, + branch: `4.12`, patterns: `en/**` } }, @@ -26,4 +26,4 @@ module.exports = [ patterns: `en/**` } }, -]; \ No newline at end of file +];