# Functions
GetLatestPreRelease gets the latest prerelease on GitHub.
GetLatestStableRelease gets the latest stable release on GitHub.
No description provided by the author
GetVersionTags gets the list of tags on the Wails repo It returns a list of sorted tags in descending order.
IsValidTag returns true if the given string is a valid tag.
NewSemanticVersion creates a new SemanticVersion object with the given version string.
# Structs
SemanticVersion is a struct containing a semantic version.
# Type aliases
SemverCollection is a collection of SemanticVersion objects.