mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
Output version on Git
This commit is contained in:
parent
3d0ccb4e84
commit
b813d21492
@ -886,6 +886,10 @@ function list_gs_arguments {
|
|||||||
function show_version {
|
function show_version {
|
||||||
MESSAGE="${PROGRAM} ${VERSION}"
|
MESSAGE="${PROGRAM} ${VERSION}"
|
||||||
echo_info
|
echo_info
|
||||||
|
|
||||||
|
GITVERSION=$(curl https://raw.githubusercontent.com/vmstan/gravity-sync/development/VERSION)
|
||||||
|
MESSAGE="Latest Version: ${GITVERSION}"
|
||||||
|
echo_info
|
||||||
}
|
}
|
||||||
|
|
||||||
# Task Stack
|
# Task Stack
|
||||||
|
Loading…
Reference in New Issue
Block a user