Hey all,
Ran into a bit of a problem:
It appears that somewhere between testing and deployment, the behavior on an underlying library we are using on our application changed; we'd built the app logic around one set of behavior of the library - and that worked smoothly - but under the new library behavior the app logic causes it to fail badly.
What I'd like to do is just roll back the app to the prior version. That's the quick fix to give us a bit of time to update the app to the new logic (which we can do in about an hour or so, but the approval process takes a while).
Does anyone know how I would go about rolling it back without deploying a fully new version that requires approval?
Thanks,