Skip to content
Snippets Groups Projects
Commit bb4b2f60 authored by Jono Wenger's avatar Jono Wenger
Browse files

Update version docs

parent 5d246a1d
No related branches found
No related tags found
1 merge request!6XX-4050 / Send E2E test
This commit is part of merge request !6. Comments created here will be created in the context of that merge request.
......@@ -14,7 +14,7 @@ import (
"syscall/js"
)
// GetVersion returns the xxdk.SEMVER.
// GetVersion returns the [xxdk.SEMVER].
//
// Returns:
// - string
......@@ -22,7 +22,7 @@ func GetVersion(js.Value, []js.Value) interface{} {
return bindings.GetVersion()
}
// GetGitVersion returns the xxdk.GITVERSION.
// GetGitVersion returns the [xxdk.GITVERSION].
//
// Returns:
// - string
......@@ -30,7 +30,7 @@ func GetGitVersion(js.Value, []js.Value) interface{} {
return bindings.GetGitVersion()
}
// GetDependencies returns the xxdk.DEPENDENCIES.
// GetDependencies returns the [xxdk.DEPENDENCIES].
//
// Returns:
// - string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment