Skip to content

Commit 53b909d

Browse files
authored
Bump version to 1.7.1-rc3 (#1027)
1 parent 8c9b74a commit 53b909d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config/packages/framework.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ framework:
1919
http_client:
2020
default_options:
2121
headers:
22-
'User-Agent': 'Mbin/1.7.1-rc2 (+https://%kbin_domain%/agent)'
22+
'User-Agent': 'Mbin/1.7.1-rc3 (+https://%kbin_domain%/agent)'
2323

2424
#esi: true
2525
#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.7.1-rc2'; // TODO: Retrieve the version from git tags or getenv()?
13+
private const VERSION = '1.7.1-rc3'; // TODO: Retrieve the version from git tags or getenv()?
1414
private const NAME = 'mbin';
1515
private const USER_AGENT = 'Mbin';
1616
private const REPOSITORY_URL = 'https://github.com/MbinOrg/mbin';

0 commit comments

Comments
 (0)