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
Currently for every new release, we need to update the server version in both pubsec.yaml and runner.dart file. /status endpoint will make use of hardcoded version from runner.dart to send the server version to driver.
We need to figure out a way to read the version dynamically from pubsec.yaml during runtime.
The text was updated successfully, but these errors were encountered:
Currently for every new release, we need to update the server version in both
pubsec.yaml
andrunner.dart
file./status
endpoint will make use of hardcoded version fromrunner.dart
to send the server version to driver.We need to figure out a way to read the version dynamically from pubsec.yaml during runtime.
The text was updated successfully, but these errors were encountered: