build: bump version to run sha265 for background job arguments migration

Follow-up for https://github.com/nextcloud/server/pull/47769

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg 2024-09-12 17:57:39 +02:00
Родитель 2480567005
Коммит 0baa7ae27a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4A81C29F63464E8F
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -9,7 +9,7 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level
// when updating major/minor version number.
$OC_Version = [31, 0, 0, 2];
$OC_Version = [31, 0, 0, 3];
// The human-readable string
$OC_VersionString = '31.0.0 dev';