Bump version to 5.0.0-alpha.0

This commit is contained in:
Steve Gravrock
2023-03-18 11:25:32 -07:00
parent 726d35c5c5
commit df2d9b282e
3 changed files with 70 additions and 2 deletions

View File

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