Why is the version '0.0.0.4.0.0'? I propose switching to a traditional semantic versioning scheme of: major.minor.patch and reversioning the current release as 4.0.0 (if it is a stable release, otherwise 0.4.0).
Also, the tags in the git repository should match the version of the code. Can you please tag the version upon switching to a semantic versioning scheme so the the releases reflect the stages of this software's development? You tag by running the following in the local clone of the repository:
Why is the version
'0.0.0.4.0.0'
? I propose switching to a traditional semantic versioning scheme of:major.minor.patch
and reversioning the current release as4.0.0
(if it is a stable release, otherwise0.4.0
).Also, the tags in the git repository should match the version of the code. Can you please tag the version upon switching to a semantic versioning scheme so the the releases reflect the stages of this software's development? You tag by running the following in the local clone of the repository: