increase CONFIG_VERSION after adding Event-Protocol Switch

This commit is contained in:
Claus-Peter Hübner 2022-07-07 02:53:04 +02:00
parent d6fe798545
commit 642a3e647c

View File

@ -17,7 +17,7 @@ const constants = {
LOG_LEVEL: process.env.LOG_LEVEL || 'info',
CONFIG_VERSION: {
DEFAULT: 'DEFAULT',
EXPECTED: 'v8.2022-06-20',
EXPECTED: 'v9.2022-07-07',
CURRENT: '',
},
}