Skip to content

Commit

Permalink
Merge branch 'main' into feature/laravel-12
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdheiden committed Feb 27, 2025
2 parents 7c28a76 + 72871bd commit 2470c05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
[Semantic Versioning](https://semver.org/spec/v2.0.0.html). Please note this changelog affects this package and not the
WeFact API. See the changelog of the [WeFact API](https://www.wefact.nl/api/changelog/) for detailed information.

## [4.0.0]
## [5.0.0]

### Added

Expand Down
2 changes: 1 addition & 1 deletion src/WeFact.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class WeFact extends Factory

private const TIMEOUT = 180;

private const VERSION = '4.0.0';
private const VERSION = '5.0.0';

private const USER_AGENT = 'vdhicts-wefact-api-client/' . self::VERSION;

Expand Down

0 comments on commit 2470c05

Please sign in to comment.