diff --git a/electron/install.js b/electron/install.js index 06e80f3a6..f7536187e 100644 --- a/electron/install.js +++ b/electron/install.js @@ -14,7 +14,7 @@ const homedir = os.homedir(); * - use "" (nothing as a suffix) for latest release candidate, for example "0.1.0rc26" * - use "alpha" for alpha release, for example "0.1.0rc26-alpha" */ -const OlasMiddlewareVersion = '0.1.0rc125'; +const OlasMiddlewareVersion = '0.1.0rc126'; const path = require('path'); const { app } = require('electron'); diff --git a/package.json b/package.json index 7f79a9a5b..40e6ba7cd 100644 --- a/package.json +++ b/package.json @@ -58,5 +58,5 @@ "download-binaries": "sh download_binaries.sh", "build:pearl": "sh build_pearl.sh" }, - "version": "0.1.0-rc125" + "version": "0.1.0-rc126" } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index ec46217e9..d7958cd9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "olas-operate-middleware" -version = "0.1.0-rc125" +version = "0.1.0-rc126" description = "" authors = ["David Vilela ", "Viraj Patel "] readme = "README.md"