Updating to latest beta release

Did something change about updating ones Plex media server to the latest beta release?

Used to be able to update using the Web app on the Plex Media Server. Now, there’s a display for a new release however the “Check for Updates” button is not active and the only way to update it to download an install the latest beta release. Did this recently change?

@OttoKerner Thanks!!!

On the Mac, I did the following:
Quit the Plex Media Server
Opened Terminal and typed the following
defaults read com.plexapp.plexmediaserver ButlerTaskUpdateVersionSkipped
which should return the currently stored value.
The run
defaults delete com.plexapp.plexmediaserver ButlerTaskUpdateVersionSkipped
To check that the value has been deleted, run the read cmd again and it should indicate there is no value for that key