From b53a34b96aff57d2a7e557c9fa24fc9d6bc55241 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Tue, 2 Jun 2020 11:59:48 -0500 Subject: [PATCH] 1.7.7 --- ADVANCED.md | 4 ++-- CHANGELOG.md | 1 + VERSION | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ADVANCED.md b/ADVANCED.md index 43f2744..418c296 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/v1.7.6.zip -unzip v1.7.6.zip -d gravity-sync +wget https://github.com/vmstan/gravity-sync/archive/v1.7.7.zip +unzip v1.7.7.zip -d gravity-sync cd gravity-sync ``` diff --git a/CHANGELOG.md b/CHANGELOG.md index 6190d85..4431af2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ - Adds aliases for more Gravity Sync functions. - Shows current version on each script execution. - Adds time output to Aborting message (exit without change.) +- Includes parsing of functions in time calculation. - Checks for existance of Pi-hole binaries during validation. - Less chatty about each step of configuration validation if it completes. - Less chatty about replication validation if it's not necessary. diff --git a/VERSION b/VERSION index d263485..73c8b4f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.6 \ No newline at end of file +1.7.7 \ No newline at end of file