Skip to content
Snippets Groups Projects
Commit c9a59798 authored by Jonah Husson's avatar Jonah Husson
Browse files

Add version bindings calls

parent d01ba446
No related branches found
No related tags found
2 merge requests!53Release,!30Add version bindings calls
package bindings
import "gitlab.com/elixxir/client/api"
// GetVersion returns the api SEMVER
func GetVersion() string {
return api.SEMVER
}
// GetGitVersion rturns the api GITVERSION
func GetGitVersion() string {
return api.GITVERSION
}
// GetDependencies returns the api DEPENDENCIES
func GetDependencies() string {
return api.DEPENDENCIES
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment