open-vault/vendor/github.com/couchbase/gocb/v2/version.go

12 lines
274 B
Go
Raw Normal View History

package gocb
// Version returns a string representation of the current SDK version.
func Version() string {
return goCbVersionStr
}
// Identifier returns a string representation of the current SDK identifier.
func Identifier() string {
return "gocb/" + goCbVersionStr
}