ipfs / rainbow

A specialized IPFS HTTP gateway
https://docs.ipfs.tech/reference/http/gateway/
Other
75 stars 12 forks source link

fix: --version flag includes release version #149

Closed gammazero closed 3 months ago

gammazero commented 3 months ago

The tagged release version should match the contents of version.json, so embed the version.json file and add the release version from it to the output from --version.

Output:

> docker run --rm -it 3dc6e920ed8d --version
rainbow version v1.3.0 2024-06-18-7d805fd-dirty                               
rainbow version v1.3.0 2024-06-18-7d805fd-dirty

Fixes #145