Skip to content

Commit 1b0c411

Browse files
authored
Update synapse/cortex.py
1 parent be4f624 commit 1b0c411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/cortex.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6373,7 +6373,7 @@ async def _preLoadCoreModule(self, ctor, mods, cmds, mdefs, custom=False):
63736373
ctor, conf = ctor
63746374

63756375
if not ctor.startswith('synapse.tests'):
6376-
s_common.deprecated("'modules' Cortex config value", curv='2.205.0')
6376+
s_common.deprecated("'modules' Cortex config value", curv='2.206.0')
63776377

63786378
modu = self._loadCoreModule(ctor, conf=conf)
63796379
if modu is None:

0 commit comments

Comments
 (0)