package version

import "github.com/ydb-platform/ydb-go-sdk/v3/internal/version"

Index

Constants

const (
	Major = "3"
	Minor = "57"
	Patch = "0"

	Prefix = "ydb-go-sdk"
)
const (
	Version     = Major + "." + Minor + "." + Patch
	FullVersion = Prefix + "/" + Version
)

Functions

func Gte

func Gte(lhs, rhs string) bool

Gte compare lhs and rhs as (lhs >= rhs)

func Lt

func Lt(lhs, rhs string) bool

Lt compare lhs and rhs as (lhs < rhs)

Source Files

parse.go version.go

Version
v3.57.0
Published
Mar 7, 2024
Platform
linux/amd64
Imports
3 packages
Last checked
1 minute ago

Tools for package owners.