Earlier beta versions will have significantly more bugs. Spinebot is wrong, it is not supported to downgrade.
Mostly likely your constraint order is the problem. You apply physics constraints first, then other constraints (probably your slider, which can easily affect many bones, if not also others) are applied and you lose the changes that the physics constraints made. Constraint are applied in the order they appear in the tree, topmost first:
https://esotericsoftware.com/spine-constraints#Order
Drag your physics constraints in the tree to be after other constraints that change the same bones that the physics constraints change.