# Packages
Package main represents the entry point to generate version.
# Functions
DoesAgentSupportDisableSmuxKeepAlive returns true if given agentVersion disables smux KeepAlive in TCP multiplexing in port plugin, false otherwise.
DoesAgentSupportTCPMultiplexing returns true if given agentVersion supports TCP multiplexing in port plugin, false otherwise.
DoesAgentSupportTerminateSessionFlag returns true if given agentVersion supports TerminateSession flag, false otherwise.
NewVersion initializes version struct by splitting given version string into string list using separator ".".
# Constants
Version is the version of the CLI.