Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: dump with Konnect is missing Kong version
Recently we made `decK` more aware of the `_format_version` value, which require fetching the Kong version from Admin API. This is not possible for Konnect right now, so we just hardcoded it for `sync`, but missed it for the `dump` command. This commit is fixing it.
- Loading branch information