Files
self-host/version.json
Micaiah Martin 259aa37839 Added version management with version.json
- Adds version.json with core, web, and KC versions
- Updated bitwarden scripts to query VERSION_ENDPOINT
- VERSION_ENDPOINT is set to rebrandly link, redirecting to version.json
- Workflows updated to handle new link, version.json, and version bumps.
2022-04-07 14:38:53 -06:00

7 lines
118 B
JSON

{
"versions": {
"coreVersion":"1.47.1",
"webVersion":"2.27.0",
"keyConnectorVersion":"1.0.1"
}
}