package version

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

Index

Constants

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

	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.4
Published
Mar 12, 2024
Platform
js/wasm
Imports
3 packages
Last checked
6 minutes ago

Tools for package owners.