-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cc2651c
commit 663925f
Showing
4 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package internal | ||
|
||
var Version = "v2.0.0-beta.18" | ||
var Version = "v2.0.0-beta.19" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,7 +67,7 @@ import TabItem from "@theme/TabItem"; | |
|
||
## Installing Wails | ||
|
||
Run `go install github.com/wailsapp/wails/v2/cmd/[email protected].18` to install the Wails CLI. | ||
Run `go install github.com/wailsapp/wails/v2/cmd/[email protected].19` to install the Wails CLI. | ||
|
||
## System Check | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ import TabItem from "@theme/TabItem"; | |
|
||
## 安装 Wails | ||
|
||
运行 `go install github.com/wailsapp/wails/v2/cmd/[email protected].18` 安装 Wails CLI。 | ||
运行 `go install github.com/wailsapp/wails/v2/cmd/[email protected].19` 安装 Wails CLI。 | ||
|
||
## 系统检查 | ||
|
||
|