Bump version to 5.0.0-beta-0

This commit is contained in:
Steve Gravrock
2023-04-29 10:10:05 -07:00
parent 390cc45af2
commit 73f8e001ad
3 changed files with 30 additions and 2 deletions

View File

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