Bump version to 6.0.0-alpha.1

This commit is contained in:
Steve Gravrock
2025-10-18 11:52:35 -07:00
parent 388d7fb1a2
commit f4b9c889b9
3 changed files with 119 additions and 3 deletions

View File

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