Skip to content

Commit 6c2307d

Browse files
committed
Prepare 3.5.0 release
1 parent a6025ee commit 6c2307d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ history, the old changelog, and committed file changes. Older Zemit-era entries
1515
are summarized where the commit history is too granular to be useful as
1616
release notes.
1717

18-
## 3.4.1 - Unreleased
18+
## 3.5.0 - 2026-06-18
1919

2020
### Changed
2121

src/Support/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ class Version extends \Phalcon\Support\Version
4040
#[\Override]
4141
protected function getVersion(): array
4242
{
43-
return [3, 4, 0, 4, 0];
43+
return [3, 5, 0, 4, 0];
4444
}
4545
}

tests/Unit/Support/VersionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function testVersion(): void
4040
$this->assertEquals($this->bootstrap->config->path('phalcon.version'), $phalconVersion->get());
4141

4242
// Test version->get()
43-
$this->assertSame('3.4.0', $version->get());
43+
$this->assertSame('3.5.0', $version->get());
4444
$this->assertNotEmpty($version->get());
4545
$this->assertIsString($version->get());
4646

0 commit comments

Comments
 (0)