Skip to content

Commit 5b77f99

Browse files
authored
Merge pull request gopherjs#1410 from gopherjs/tagRelease
Prepare for release of 1.20.1
2 parents 2d0d47f + 77d3f7e commit 5b77f99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ version, you can use an [older GopherJS release](https://github.com/gopherjs/gop
3939
Install GopherJS with `go install`:
4040

4141
```
42-
go install github.com/gopherjs/gopherjs@v1.20.0 # Or replace 'v1.20.0' with another version.
42+
go install github.com/gopherjs/gopherjs@v1.20.1 # Or replace 'v1.20.1' with another version.
4343
```
4444

4545
If your local Go distribution as reported by `go version` is newer than Go 1.20, then you need to set the `GOPHERJS_GOROOT` environment variable to a directory that contains a Go 1.20 distribution. For example:

compiler/version_check.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
// Version is the GopherJS compiler version string.
15-
const Version = "1.20.0+go1.20.14"
15+
const Version = "1.20.1+go1.20.14"
1616

1717
// GoVersion is the current Go 1.x version that GopherJS is compatible with.
1818
const GoVersion = 20

0 commit comments

Comments
 (0)