This seems to be depending on some runtime env var: https://github.com/graphql-hive/console/blob/b97cf7774ea8e94fa81dd74db7846e2244849928/packages/libraries/router/src/registry.rs#L27 that 100% of the times is not set at runtime, so it unwrap into `local`. Instead, we should use the plugin version as it set during compilation.