package version

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

Index

Constants

const (
	Major = "3"
	Minor = "49"
	Patch = "1"
)
const Version = Major + "." + Minor + "." + Patch

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.49.1
Published
Aug 3, 2023
Platform
js/wasm
Imports
3 packages
Last checked
19 minutes ago

Tools for package owners.