You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default config sets User-Agent based on orchestrator-client's
VERSION, but never requires the file that defines it. That results in
users having to explicitly require `orchestrator_client/version` as
well or they get an error that `OrchestratorClient::VERSION` is
undefined when configuring it. Add a require before use.
0 commit comments