Skip to content

Commit 05fe99a

Browse files
authored
Merge pull request #3638 from RedisInsight/be/feature/new_statics
move to a new 2.54 statics
2 parents b066699 + 2c4360e commit 05fe99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/api/config/default.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export default {
145145
},
146146
content: {
147147
updateUrl: process.env.RI_CONTENT_UPDATE_URL
148-
|| 'https://github.com/RedisInsight/Statics/releases/download/2.42',
148+
|| 'https://github.com/RedisInsight/Statics/releases/download/2.54',
149149
zip: process.env.RI_CONTENT_ZIP || dataZipFileName,
150150
buildInfo: process.env.RI_CONTENT_INFO || buildInfoFileName,
151151
devMode: !!process.env.RI_CONTENT_PATH,

0 commit comments

Comments
 (0)