netbird/version/version.go

10 lines
208 B
Go
Raw Normal View History

package version
// will be replaced with the release version when using goreleaser
var version = "development"
// NetbirdVersion returns the Netbird version
func NetbirdVersion() string {
return version
}