Skip to content

Commit 6132786

Browse files
authored
incerase adapter-core version to ^3.2.1 (#2932)
1 parent db2bccb commit 6132786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/lib/setup/setupSetup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export class Setup {
6666
/** Object IDs which are not allowed to exist but could be generated due to errors in the past */
6767
private readonly KNOWN_GARBAGE_OBJECT_IDS = ['null', 'undefined'];
6868
/** Adapter core version supported by this js-controller */
69-
private readonly SUPPORTED_ADAPTER_CORE_VERSION = '^3.1.6';
69+
private readonly SUPPORTED_ADAPTER_CORE_VERSION = '^3.2.1';
7070
/** Default name for redis sentinels */
7171
private readonly DEFAULT_SENTINEL_NAME = 'mymaster';
7272
private readonly processExit: ProcessExitCallback;

0 commit comments

Comments
 (0)