CmdBox Default version Module

This module provides the default version command to be used in CmdBox
composite (monolith) programs. Hence, it has no stand-alone variation.
CmdBox developers are free to use whatever version module they choose or
to omit it entirely when minimal executable sizes are desired.
Install
Use import with a blank identifier to be composed:
import (
"github.com/rwxrob/cmdbox"
_ "github.com/rwxrob/cmdbox-version"
)
Embedded Documentation
See the cmd.go file itself for additional embedded
documentation about this command.
Usage
foo version
Legal
Copyright (c) 2021 Robert S. Muhlestein
Released under the Apache 2.0
Contributors and project participants implicitly accept the
Developer Certificate of Authenticity (DCO).