From 8609c3550d1945be7a7e449611301e3ed06ea7a4 Mon Sep 17 00:00:00 2001 From: Stephan Huber Date: Sat, 4 Jan 2025 22:09:19 +0100 Subject: [PATCH] chore(release): 4.0.0-alpha.8 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- src/Utilities/Utilities.php | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec162b35..28cc2ebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [4.0.0-alpha.8](https://github.com/factorial-io/phabalicious/compare/4.0.0-alpha.7...4.0.0-alpha.8) (2025-01-04) + + +### Bug Fixes + +* Fix restic download after missed in refactoring ([420b364](https://github.com/factorial-io/phabalicious/commit/420b364240b76efa1bddd020880ed1d23af1ca09)) + ## [4.0.0-alpha.7](https://github.com/factorial-io/phabalicious/compare/3.8.35...4.0.0-alpha.7) (2024-12-08) diff --git a/package.json b/package.json index 84397456..6661adfc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phabalicious", - "version": "4.0.0-alpha.7", + "version": "4.0.0-alpha.8", "main": "index.js", "repository": "https://github.com/factorial-io/phabalicious.git", "author": "Stephan Huber ", diff --git a/src/Utilities/Utilities.php b/src/Utilities/Utilities.php index 1210ae8c..3168c7e4 100644 --- a/src/Utilities/Utilities.php +++ b/src/Utilities/Utilities.php @@ -12,7 +12,7 @@ class Utilities { - public const FALLBACK_VERSION = '4.0.0-alpha.7'; + public const FALLBACK_VERSION = '4.0.0-alpha.8'; public const COMBINED_ARGUMENTS = 'combined'; public const UNNAMED_ARGUMENTS = 'unnamedArguments';