From 968c571bcb526711c3bad960dedb3acb1db97713 Mon Sep 17 00:00:00 2001 From: Jan Paolo Go Date: Sun, 12 May 2019 09:33:06 -0500 Subject: [PATCH] Remove rollback workaround --- docs/using/update-process.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/using/update-process.md b/docs/using/update-process.md index cbc3a041..2e3d1f22 100644 --- a/docs/using/update-process.md +++ b/docs/using/update-process.md @@ -15,8 +15,7 @@ The following steps are performed by the `UpdateManager` each time your app is e ## Rollback -Currently, there is no built-in support for rolling back to a previous version. The suggested workaround is to release the previous stable version with a higher version number. -Another workaround is to implement rollback on your own code base (see [sample](https://github.com/Squirrel/Squirrel.Windows/issues/524#issuecomment-450904627)). +Currently, there is no built-in support for rolling back to a previous version. ## See Also