Most Stable Version?

You will hate my answer, but “it depends on your game”. There are always some bugs here and there that can potentially break one of YOUR features. When you start your project, I recommend using the latest version, because it has the newest features which also contain big improvements to make your game run faster. However, this doesn’t mean it’s more stable. When working on a big engine, every bigger update introduce some new bugs, but until you find them in your project, it’s probably already 2 late.

However, if this update to the engine fixes your problem and you want update your game, there is also the possibility that other parts of your code can break when implementing the new code of the engine. That is sometimes the bigger issue. Therefore, people rather stay in the older version than switching, because switching can be even worse than just doing a workaround for your game. <3