Skip to content

Commit 3647f2a

Browse files
committed
chore(release): bump version to 6.0.0-beta10
Release version 6.0.0-beta10 fix: Add Horde\Util\Variables to injector binder for base app
1 parent cd5096d commit 3647f2a

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

.horde.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ authors:
3939
active: false
4040
role: lead
4141
version:
42-
release: 6.0.0-beta9
42+
release: 6.0.0-beta10
4343
api: 6.0.0alpha1
4444
state:
4545
release: beta

doc/changelog.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
---
2+
6.0.0-beta10:
3+
api: 6.0.0-beta10
4+
state:
5+
release: beta
6+
api: beta
7+
date: 2026-03-28
8+
license:
9+
identifier: LGPL-2.0-only
10+
uri: https://spdx.org/licenses/LGPL-2.0-only.html
11+
notes: |-
12+
fix: Add Horde\Util\Variables to injector binder for base app
213
6.0.0-beta9:
314
api: 6.0.0-beta9
415
state:

lib/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Horde_Application extends Horde_Registry_Application
3131
{
3232
/**
3333
*/
34-
public $version = '6.0.0-beta9';
34+
public $version = '6.0.0-beta10';
3535

3636
/**
3737
*/

0 commit comments

Comments
 (0)