From 3293996c907e386ebb67e586571100eb5a842230 Mon Sep 17 00:00:00 2001 From: truemiller Date: Tue, 3 Sep 2024 16:42:07 +0100 Subject: [PATCH] bump: rc124 for test release --- electron/install.js | 2 +- package.json | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/electron/install.js b/electron/install.js index 861bf44ed..ff2303a01 100644 --- a/electron/install.js +++ b/electron/install.js @@ -14,7 +14,7 @@ const { paths } = require('./constants'); * - 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.0rc120'; +const OlasMiddlewareVersion = '0.1.0rc124'; const path = require('path'); const { app } = require('electron'); diff --git a/package.json b/package.json index f940d09a7..beefc4e97 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-rc120" + "version": "0.1.0-rc124" } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index a02e08312..88f7031d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "olas-operate-middleware" -version = "0.1.0-rc120" +version = "0.1.0-rc124" description = "" authors = ["David Vilela ", "Viraj Patel "] readme = "README.md"