package version

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

Index

Constants

const (
	Major = "3"
	Minor = "99"
	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.99.4
Published
Feb 4, 2025
Platform
js/wasm
Imports
3 packages
Last checked
21 minutes ago

Tools for package owners.