Merge pull request #4438 from janhq/chore/bump-engine-version-to-0.1.43

chore: bump engine version to 0.1.43
This commit is contained in:
Louis 2025-01-13 09:34:36 +07:00 committed by GitHub
commit dfdf417cc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,7 +111,7 @@ export default defineConfig([
SETTINGS: JSON.stringify(defaultSettingJson), SETTINGS: JSON.stringify(defaultSettingJson),
CORTEX_API_URL: JSON.stringify('http://127.0.0.1:39291'), CORTEX_API_URL: JSON.stringify('http://127.0.0.1:39291'),
CORTEX_SOCKET_URL: JSON.stringify('ws://127.0.0.1:39291'), CORTEX_SOCKET_URL: JSON.stringify('ws://127.0.0.1:39291'),
CORTEX_ENGINE_VERSION: JSON.stringify('v0.1.42'), CORTEX_ENGINE_VERSION: JSON.stringify('v0.1.43'),
}, },
}, },
{ {