Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzack99s committed Apr 4, 2021
1 parent ea03d39 commit 478a296
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ WSL2-forwarding-port-engine-go is backend of WSL2-forwarding-port cli
1. Open WSL2
2. Download the binary with the command
```
curl -LO https://github.com/mrzack99s/wsl2-forwarding-port-engine-go/releases/download/v1.0.0-beta/wfp-engine.exe
curl -LO https://github.com/mrzack99s/wsl2-forwarding-port-engine-go/releases/download/v1.0.0-beta/wfp-engine-autorun.vbs
curl -LO https://github.com/mrzack99s/wsl2-forwarding-port-engine-go/releases/download/v1.0.1-beta/wfp-engine.exe
curl -LO https://github.com/mrzack99s/wsl2-forwarding-port-engine-go/releases/download/v1.0.1-beta/wfp-engine-autorun.vbs
```
3. Make the wfp-engine binary executable.
```
Expand Down
Binary file modified bin/wfp-engine.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion pkgs/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
)

var EngineVersion string = "1.0.0-go-beta"
var EngineVersion string = "1.0.1-go-beta"

type PacketForwarder struct {
Protocol string `json:"protocol"`
Expand Down

0 comments on commit 478a296

Please sign in to comment.