package version

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

Index

Constants

const (
	Major = "3"
	Minor = "92"
	Patch = "4"

	Package = "ydb-go-sdk"
)
const (
	Version     = Major + "." + Minor + "." + Patch
	FullVersion = Package + "/" + 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.92.4
Published
Nov 15, 2024
Platform
linux/amd64
Imports
3 packages
Last checked
1 minute ago

Tools for package owners.