Skip to content

Commit

Permalink
version bump in preparation for 1.6.0 release (#789)
Browse files Browse the repository at this point in the history
Co-authored-by: Melroy van den Berg <[email protected]>
  • Loading branch information
debounced and melroy89 authored May 31, 2024
1 parent 85a9083 commit 0f04aa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/packages/framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ framework:
http_client:
default_options:
headers:
'User-Agent': 'Mbin/1.5.3 (+https://%kbin_domain%/agent)'
'User-Agent': 'Mbin/1.6.0 (+https://%kbin_domain%/agent)'

#esi: true
#fragments: true
Expand Down
2 changes: 1 addition & 1 deletion src/Service/ProjectInfoService.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class ProjectInfoService
{
// If updating version, please also update http client UA in [/config/packages/framework.yaml]
private const VERSION = '1.5.3'; // TODO: Retrieve the version from git tags or getenv()?
private const VERSION = '1.6.0'; // TODO: Retrieve the version from git tags or getenv()?
private const NAME = 'mbin';
private const USER_AGENT = 'Mbin';
private const REPOSITORY_URL = 'https://github.com/MbinOrg/mbin';
Expand Down

0 comments on commit 0f04aa5

Please sign in to comment.