Skip to content

Commit

Permalink
chore(release): 4.0.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Huber committed Jan 4, 2025
1 parent 420b364 commit 8609c35
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/Utilities/Utilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 8609c35

Please sign in to comment.