Output version on Git

This commit is contained in:
Michael Stanclift 2020-05-29 18:07:38 -05:00
parent 3d0ccb4e84
commit b813d21492

View File

@ -886,6 +886,10 @@ function list_gs_arguments {
function show_version {
MESSAGE="${PROGRAM} ${VERSION}"
echo_info
GITVERSION=$(curl https://raw.githubusercontent.com/vmstan/gravity-sync/development/VERSION)
MESSAGE="Latest Version: ${GITVERSION}"
echo_info
}
# Task Stack