From f89882cea10caea3f4a0e83f8b0572e8c84809ae Mon Sep 17 00:00:00 2001 From: "Yuri (solarw) Turchenkov" Date: Wed, 17 Jul 2024 13:45:53 +0300 Subject: [PATCH] version bump --- electron/install.js | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/electron/install.js b/electron/install.js index 54d6b2c2e..ba13ac9f8 100644 --- a/electron/install.js +++ b/electron/install.js @@ -13,7 +13,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.0rc71-hc-test-1'; +const OlasMiddlewareVersion = '0.1.0rc71'; const Env = { ...process.env, diff --git a/pyproject.toml b/pyproject.toml index caed51245..8ac78d250 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "olas-operate-middleware" -version = "0.1.0-rc71-hc-test-1" +version = "0.1.0-rc71" description = "" authors = ["David Vilela ", "Viraj Patel "] readme = "README.md"