Skip to content

Commit 98e55a6

Browse files
authored
Merge pull request #255 from valory-xyz/release/rc95
release: rc95
2 parents 5135af9 + 480cfe7 commit 98e55a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

electron/install.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const { paths } = require('./constants');
1414
* - use "" (nothing as a suffix) for latest release candidate, for example "0.1.0rc26"
1515
* - use "alpha" for alpha release, for example "0.1.0rc26-alpha"
1616
*/
17-
const OlasMiddlewareVersion = '0.1.0rc93';
17+
const OlasMiddlewareVersion = '0.1.0rc95';
1818

1919
const Env = {
2020
...process.env,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@
5757
"test:frontend": "cd frontend && yarn test",
5858
"download-binaries": "sh download_binaries.sh"
5959
},
60-
"version": "0.1.0-rc93"
60+
"version": "0.1.0-rc95"
6161
}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "olas-operate-middleware"
3-
version = "0.1.0-rc93"
3+
version = "0.1.0-rc95"
44
description = ""
55
authors = ["David Vilela <[email protected]>", "Viraj Patel <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)