Bump version to 6.0.0-alpha.2

This commit is contained in:
Steve Gravrock
2025-11-15 10:22:27 -08:00
parent 1f31b4b0f6
commit 788eba34b6
3 changed files with 92 additions and 2 deletions

View File

@@ -12295,5 +12295,5 @@ getJasmineRequireObj().UserContext = function(j$) {
};
getJasmineRequireObj().version = function() {
return '6.0.0-alpha.1';
return '6.0.0-alpha.2';
};