# Packages
No description provided by the author
# Functions
RequiredVersion makes sure the version of the tool currently running is the same as the one required in the current working directory's "go.mod" file by calling `syscall.Exec` with the relevant `go run` command if necessary to replace the current process with one using the required version.
StartupVersion returns the version of Orchestrion that has started this process.