From 1afc7cd521a41b20c247cffa79cd4ed47c085c25 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Thu, 16 Jul 2020 22:02:46 -0500 Subject: [PATCH] rebase --- ADVANCED.md | 4 ++-- CHANGELOG.md | 3 +++ VERSION | 2 +- gravity-sync.sh | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ADVANCED.md b/ADVANCED.md index ca4a138..2cc369c 100644 --- a/ADVANCED.md +++ b/ADVANCED.md @@ -14,8 +14,8 @@ Download the latest release from [GitHub](https://github.com/vmstan/gravity-sync ```bash cd ~ -wget https://github.com/vmstan/gravity-sync/archive/v2.1.6.zip -unzip v2.1.6.zip -d gravity-sync +wget https://github.com/vmstan/gravity-sync/archive/v2.1.7.zip +unzip v2.1.7.zip -d gravity-sync cd gravity-sync ``` diff --git a/CHANGELOG.md b/CHANGELOG.md index 0211e67..cc456ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,9 @@ Skipping a few digits because what does it really matter? (Thanks to [@fbourqui](https://github.com/fbourqui) for this contributions to this release.) +#### 2.1.7 +- Git Rebase + ## 2.0 ### The Smart Release diff --git a/VERSION b/VERSION index b6da512..9671f9a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.6 \ No newline at end of file +2.1.7 \ No newline at end of file diff --git a/gravity-sync.sh b/gravity-sync.sh index 9b5f4e5..bace2f8 100755 --- a/gravity-sync.sh +++ b/gravity-sync.sh @@ -3,7 +3,7 @@ SCRIPT_START=$SECONDS # GRAVITY SYNC BY VMSTAN ##################### PROGRAM='Gravity Sync' -VERSION='2.1.6' +VERSION='2.1.7' # Execute from the home folder of the user who owns it (ex: 'cd ~/gravity-sync') # For documentation or downloading updates visit https://github.com/vmstan/gravity-sync