We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded50ed commit ded382dCopy full SHA for ded382d
scripts/rpcConfig/constants/version.ts
@@ -2,5 +2,5 @@ import { DeploymentMode } from "../../../src";
2
3
export const version = {
4
[DeploymentMode.DEV]: "1.0.5",
5
- [DeploymentMode.PROD]: "1.0.86",
+ [DeploymentMode.PROD]: "1.0.87",
6
};
0 commit comments