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 b370f9e commit f2d35a6Copy full SHA for f2d35a6
redisinsight/about-panel.ts
@@ -7,7 +7,7 @@ const ICON_PATH = app.isPackaged
7
8
export default {
9
applicationName: 'RedisInsight-v2',
10
- applicationVersion: app.getVersion() || '2.0',
+ applicationVersion: app.getVersion() || '2.2.0',
11
copyright: `Copyright © ${new Date().getFullYear()} Redis Ltd.`,
12
iconPath: ICON_PATH,
13
};
redisinsight/package.json
@@ -2,7 +2,7 @@
2
"name": "redisinsight",
3
"productName": "RedisInsight",
4
"private": true,
5
- "version": "2.1.0",
+ "version": "2.2.0",
6
"description": "RedisInsight",
"main": "./main.prod.js",
"author": {
0 commit comments