From 8ceb45c9550d8338cab9f67eaf5bd611d8b8fc7d Mon Sep 17 00:00:00 2001 From: JeffCarver Date: Mon, 13 Jul 2026 12:21:09 -0400 Subject: [PATCH] Change module status from 'beta' to 'stable' --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index d0f3c05..ced54cd 100644 --- a/config.yaml +++ b/config.yaml @@ -21,7 +21,7 @@ keywords: 'software, research, project, management, waterfall, agile, scrum' # Life cycle stage of the lesson # possible values: pre-alpha, alpha, beta, stable -life_cycle: 'beta' +life_cycle: 'stable' # License of the lesson license: 'CC-BY 4.0'