Skip to content

Commit d9dcef6

Browse files
authored
Bump version to v.1.8.3-rc1 (#1688)
1 parent 0d7ece7 commit d9dcef6

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.8.2 (+https://%kbin_domain%/agent)'
36+
'User-Agent': 'Mbin/1.8.3-rc1 (+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.8.2'; // TODO: Retrieve the version from git tags or getenv()?
13+
private const VERSION = '1.8.3-rc1'; // 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)