# Packages
Package versiontest provides functions for testing version package.
# Functions
Current returns Version instance that initialized to the latest supported FrostFS API revision number in SDK.
EncodeToString encodes version according to format from specification: semver formatted value without patch and with v prefix, e.g.
# Type aliases
Version represents revision number in SemVer scheme.