Skip to content

Commit

Permalink
Merge pull request #39660 from nextcloud/fix/llm-migration-not-executed
Browse files Browse the repository at this point in the history
bump oc_version to 28.0.0.1
  • Loading branch information
julien-nc authored Aug 7, 2023
2 parents 787caef + f099aa2 commit b4a3f80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/lib/TextProcessing/TextProcessingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public function testMultipleProvidersShouldBeRegisteredAndRunCorrectly() {

public function testNonexistentTask() {
$this->expectException(NotFoundException::class);
$this->manager->getTask(98765432456);
$this->manager->getTask(2147483646);
}

public function testTaskFailure() {
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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 = [28, 0, 0, 0];
$OC_Version = [28, 0, 0, 1];

// The human-readable string
$OC_VersionString = '28.0.0 dev';
Expand Down

0 comments on commit b4a3f80

Please sign in to comment.