BlindspotSoftware / dutctl

DUT Control is an abstraction layer for remote hardware access
BSD 2-Clause "Simplified" License
1 stars 1 forks source link

feat: add version to utilize in project and compare major version num… #100

Closed ChriMarMe closed 4 weeks ago

ChriMarMe commented 4 weeks ago

…ber to config version number

ChriMarMe commented 4 weeks ago

https://github.com/BlindspotSoftware/dutctl/issues/78

This one?

jensdrenhaus commented 4 weeks ago

I was looking for an approach without hard-coding the version in the code, but get it compiled in from git commit hash / git tag. I think there is a way to do it via compile tags. Need to investigate more and update the issue accordingly.