Skip to content

Commit

Permalink
[v2] v2.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
leaanthony committed Oct 2, 2021
1 parent b4dc8c2 commit b0da974
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion v2/cmd/wails/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

var version = "v2.0.0-beta.3"
var version = "v2.0.0-beta.4"
2 changes: 1 addition & 1 deletion website/docs/gettingstarted/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ import TabItem from '@theme/TabItem';

## Installing Wails

Run `go install github.com/wailsapp/wails/v2/cmd/[email protected].3` to install the Wails CLI.
Run `go install github.com/wailsapp/wails/v2/cmd/[email protected].4` to install the Wails CLI.

## System Check

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ import TabItem from "@theme/TabItem";

## 安装 Wails

运行 `go install github.com/wailsapp/wails/v2/cmd/[email protected].3` 安装 Wails CLI。
运行 `go install github.com/wailsapp/wails/v2/cmd/[email protected].4` 安装 Wails CLI。

## 系统检查

Expand Down

0 comments on commit b0da974

Please sign in to comment.