Skip to content

Commit ac3b720

Browse files
committed
Merge branch 'main' into feature/RI-4861_Optimize_number_of_api_calls
2 parents 465741d + e047a27 commit ac3b720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/api/src/__mocks__/databases.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export const mockDatabaseOverview: DatabaseOverview = {
189189
};
190190

191191
export const mockRedisServerInfoDto = {
192-
redis_version: '6.0.5',
192+
redis_version: '7.0.5',
193193
redis_mode: 'standalone',
194194
os: 'Linux 4.15.0-1087-gcp x86_64',
195195
arch_bits: '64',

0 commit comments

Comments
 (0)