Releases will now use the empty string for the prerelease field and "release.local" for build metadata. This indicates that the code is for a release, but the release was built from the repo or using go get without the release build tool. Development versions will use "pre" for the prerelease and default to no build metadata. In particular, this will result in the following cases: - Development builds performed on the master branch will show as "version X.Y.Z-pre" (where either X or Y is one version greater than the current release) - Builds performed on the release branch without using reproducible build tools will show as "version X.Y.Z+release.local" - Builds performed on the release branch using reproducible build tools will show as "version X.Y.Z+release" Consequently, this this removes the "dev" marker from the build metadata on the master branch. |
||
|---|---|---|
| .. | ||
| README.md | ||
| version.go | ||
version
Package version provides a single location to house the version information for dcrd and other utilities provided in the same repository.
Installation and Updating
This package is internal and therefore is neither directly installed nor needs to be manually updated.
License
Package version is licensed under the copyfree ISC License.