Skip to content

Commit b4a3f80

Browse files
authored
Merge pull request #39660 from nextcloud/fix/llm-migration-not-executed
bump oc_version to 28.0.0.1
2 parents 787caef + f099aa2 commit b4a3f80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/lib/TextProcessing/TextProcessingTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ public function testMultipleProvidersShouldBeRegisteredAndRunCorrectly() {
266266

267267
public function testNonexistentTask() {
268268
$this->expectException(NotFoundException::class);
269-
$this->manager->getTask(98765432456);
269+
$this->manager->getTask(2147483646);
270270
}
271271

272272
public function testTaskFailure() {

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level
3131
// when updating major/minor version number.
3232

33-
$OC_Version = [28, 0, 0, 0];
33+
$OC_Version = [28, 0, 0, 1];
3434

3535
// The human-readable string
3636
$OC_VersionString = '28.0.0 dev';

0 commit comments

Comments
 (0)