Skip to content

Commit 82e65d1

Browse files
authored
Bump to v1.9.1 (#2008)
1 parent 0eabb56 commit 82e65d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/packages/framework.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ framework:
3333
http_client:
3434
default_options:
3535
headers:
36-
'User-Agent': 'Mbin/1.9.0 (+https://%kbin_domain%/agent)'
36+
'User-Agent': 'Mbin/1.9.1 (+https://%kbin_domain%/agent)'
3737

3838
#esi: true
3939
#fragments: true

src/Service/ProjectInfoService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class ProjectInfoService
1111
{
1212
// If updating version, please also update http client UA in [/config/packages/framework.yaml]
13-
private const VERSION = '1.9.0'; // TODO: Retrieve the version from git tags or getenv()?
13+
private const VERSION = '1.9.1'; // TODO: Retrieve the version from git tags or getenv()?
1414
private const NAME = 'mbin';
1515
private const CANONICAL_NAME = 'Mbin';
1616
private const REPOSITORY_URL = 'https://github.com/MbinOrg/mbin';

0 commit comments

Comments
 (0)