What "latest" value for patch version means? #21
|
Does it fetches Stable releases only, or Latest no matter what release type it is dev/stable (if this is what "latest" does, then why there's no "stable" for only stable patch releases or am I missing something) |
Admin verified this answer by
nvbangg
Jul 12, 2026
Replies: 1 comment
For patches, |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For patches,
version="latest"means it will fetch the newest stable release (the release marked as latest), whileversion="dev"will fetch the absolute highest version available, including pre-releases or beta builds.