mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #39660 from nextcloud/fix/llm-migration-not-executed
bump oc_version to 28.0.0.1
This commit is contained in:
commit
b4a3f8088a
2 changed files with 2 additions and 2 deletions
|
|
@ -266,7 +266,7 @@ class TextProcessingTest extends \Test\TestCase {
|
|||
|
||||
public function testNonexistentTask() {
|
||||
$this->expectException(NotFoundException::class);
|
||||
$this->manager->getTask(98765432456);
|
||||
$this->manager->getTask(2147483646);
|
||||
}
|
||||
|
||||
public function testTaskFailure() {
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in a new issue