Documentation
¶
Index ¶
Constants ¶
View Source
const ( ReleasesAPI = "https://api.github.com/repos/vegaprotocol/vegawallet/releases" ReleasesURL = "https://github.com/vegaprotocol/vegawallet/releases" )
Variables ¶
View Source
var ( // VersionHash specifies the git commit used to build the application. // See VERSION_HASH in Makefile for details. VersionHash = defaultVersionHash // Version specifies the version used to build the application. // See VERSION in Makefile for details. Version = defaultVersion )
Functions ¶
func Check ¶
func Check(releasesGetterFn vgversion.ReleasesGetter, currentRelease string) (*semver.Version, error)
func IsUnreleased ¶
func IsUnreleased() bool
Types ¶
type GetVersionResponse ¶ added in v0.10.0
func GetVersionInfo ¶ added in v0.10.0
func GetVersionInfo() *GetVersionResponse
Click to show internal directories.
Click to hide internal directories.