From 3371967dad3b8439a147e2c70083b0d7345a225f Mon Sep 17 00:00:00 2001 From: "Lea\\Anthony" Date: Tue, 30 Nov 2021 19:15:58 +1100 Subject: [PATCH] [website] Update bleeding edge guide --- website/docs/guides/bleeding-edge.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/guides/bleeding-edge.mdx b/website/docs/guides/bleeding-edge.mdx index 14f2410e..5fd539a7 100644 --- a/website/docs/guides/bleeding-edge.mdx +++ b/website/docs/guides/bleeding-edge.mdx @@ -16,15 +16,15 @@ NOTE: The directory that you cloned the project into will now be called "clonedi The Wails CLI will now be at the very latest version. To update projects to use the latest version, update the project's `go.mod` and ensure the following line is at the bottom of the file: -`replace github.com/wailsapp/wails/v2 v2.0.0-beta.20 => ` +`replace github.com/wailsapp/wails/v2 => ` Example: On Windows: -`replace github.com/wailsapp/wails/v2 v2.0.0-beta.20 => C:\Users\leaan\Documents\wails-v2-beta\wails\v2` +`replace github.com/wailsapp/wails/v2 => C:\Users\leaan\Documents\wails-v2-beta\wails\v2` On 'nix: -`replace github.com/wailsapp/wails/v2 v2.0.0-beta.20 => /home/me/projects/wails/v2` +`replace github.com/wailsapp/wails/v2 => /home/me/projects/wails/v2` To revert back to a stable version, run: