diff --git a/Changelog.md b/Changelog.md index 21d5ec7c..d158a3a6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,12 @@ # Changelog +## 3.7.9 / 2022-04-02 + +### Fixes: + + * fix: [#260] self-update --allow-unstable=1 toggles between stable and unstable version + * Updated dependencies + ## 3.7.8 / 2022-03-15 ### Fixes: diff --git a/src/Utilities/Utilities.php b/src/Utilities/Utilities.php index 825eefe4..140fd06e 100644 --- a/src/Utilities/Utilities.php +++ b/src/Utilities/Utilities.php @@ -12,7 +12,7 @@ class Utilities { - const FALLBACK_VERSION = '3.7.8'; + const FALLBACK_VERSION = '3.7.9'; const COMBINED_ARGUMENTS = 'combined'; const UNNAMED_ARGUMENTS = 'unnamedArguments';