mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
master version check
This commit is contained in:
parent
c51753d388
commit
46784159e3
@ -887,10 +887,10 @@ function show_version {
|
||||
MESSAGE="${PROGRAM} by @vmstan"
|
||||
echo_info
|
||||
|
||||
MESSAGE="Current Version: ${VERSION}"
|
||||
MESSAGE="Running Version: ${VERSION}"
|
||||
echo_info
|
||||
|
||||
GITVERSION=$(curl -s https://raw.githubusercontent.com/vmstan/gravity-sync/development/VERSION)
|
||||
GITVERSION=$(curl -s https://raw.githubusercontent.com/vmstan/gravity-sync/master/VERSION)
|
||||
MESSAGE="Latest Version: ${GITVERSION}"
|
||||
echo_info
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user