File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1010class 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 ' ;
You can’t perform that action at this time.
0 commit comments