bumb RC version

This commit is contained in:
Tobias Diekershoff 2025-06-25 18:02:51 +02:00
commit 0405996dfe
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
Version 2025.02 (unreleased)
Version 2025.07 (unreleased)
Friendica Core
Deprecated bin/daemon in favor of bin/console daemon (PR 14642) [nupplaphil]
Deprecated bin/jetstream in favor of bin/console jetstream (PR 14655) [nupplaphil]

View file

@ -1 +1 @@
2025.02-dev
2025.07-rc

View file

@ -67,7 +67,7 @@ class App
{
const PLATFORM = 'Friendica';
const CODENAME = 'Interrupted Fern';
const VERSION = '2025.02-dev';
const VERSION = '2025.07-rc';
/**
* @internal