Latest Stable Version upgrade differs in two of my servers?

Hello, I am currently running two servers with Nextcloud, both have the Stable channel for updates /upgrades, recently one of them gave me the notification that a new version was up, so I upgraded and ended up with 25.0.0. I went to my other server to do the same thing and to my surprise, this server is running 24.0.6 and it says That my version is up to date.

Why is this behavior? Any ideas why. Thanks!

Sorry, you don’t give us enough informations.

25.0.0 isn’t stable and should be only shown if beta-chanel is selected.

Thanks for your answer @Soko

Why would 25.0.0 be pushed onto one of my servers then? You can see that I have the stable channel selected there …

25.0.0 Looks fresh and cool though!

Current version is 24.0.6.

Update to Nextcloud 25.0.0 available. (channel: “stable”)
Following file will be downloaded automatically: https://download.nextcloud.com/server/releases/nextcloud-25.0.0.zip

https://download.nextcloud.com/server/releases/latest.tar.bz2

version.php

<?php 
$OC_Version = array(25,0,0,18);
$OC_VersionString = '25.0.0';
$OC_Edition = '';
$OC_Channel = 'stable';
$OC_VersionCanBeUpgradedFrom = array (
  'nextcloud' => 
  array (
    '24.0' => true,
    '25.0' => true,
  ),
  'owncloud' => 
  array (
    '10.5' => true,
  ),
);
$OC_Build = '2022-10-18T08:34:52+00:00 20ea9a25353129b56d46951fe7d23939665ab2b2';
$vendor = 'nextcloud';

What does this mean?