Skip to content

Commit

Permalink
incerase adapter-core version to ^3.2.1 (#2932)
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 authored Oct 1, 2024
1 parent db2bccb commit 6132786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/lib/setup/setupSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class Setup {
/** Object IDs which are not allowed to exist but could be generated due to errors in the past */
private readonly KNOWN_GARBAGE_OBJECT_IDS = ['null', 'undefined'];
/** Adapter core version supported by this js-controller */
private readonly SUPPORTED_ADAPTER_CORE_VERSION = '^3.1.6';
private readonly SUPPORTED_ADAPTER_CORE_VERSION = '^3.2.1';
/** Default name for redis sentinels */
private readonly DEFAULT_SENTINEL_NAME = 'mymaster';
private readonly processExit: ProcessExitCallback;
Expand Down

0 comments on commit 6132786

Please sign in to comment.