Closed AntoineDao closed 4 years ago
FYI @peterjgrainger once this is merged you should be able to deploy container images and have the correct version set. If not using containers you should be able to set the SPECKLE_API_VERSION
env var on the machine you are deploying your speckle server on which will then be displayed on the /api
endpoint.
Thanks @AntoineDao 💯
:tada: This PR is included in version 1.9.10 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
use "SPECKLE_API_VERSION" env var to set the API version that appears on the "/api" endpoint. This environment variable is set automatically for docker containers.
fix #200