From cbbb3fa571499c914ff0cfca33bf77041e6fe2c2 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Fri, 13 Oct 2023 13:13:04 -0400 Subject: [PATCH] Update dev-main alias to 0.12.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3577cbc6..4cddbf17 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,7 @@ }, "extra": { "branch-alias": { - "dev-main": "0.11.x-dev" + "dev-main": "0.12.x-dev" }, "bamarni-bin": { "bin-links": false,