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 1d3f43b commit e3189bcCopy full SHA for e3189bc
.circleci/config.yml
@@ -1114,9 +1114,9 @@ workflows:
1114
- release-aws-test:
1115
name: Release AWS dev
1116
requires:
1117
- # - Build app - Linux (dev)
+ - Build app - Linux (dev)
1118
- Build app - MacOS (dev)
1119
- # - Build app - Windows (dev)
+ - Build app - Windows (dev)
1120
# Main workflow for release/* and latest branches only
1121
release:
1122
jobs:
redisinsight/package.json
@@ -2,7 +2,7 @@
2
"name": "redisinsight",
3
"productName": "RedisInsight",
4
"private": true,
5
- "version": "2.26.0",
+ "version": "2.27.0",
6
"description": "RedisInsight",
7
"main": "./dist/main/main.js",
8
"author": {
0 commit comments