Skip to content

Commit 1011858

Browse files
committed
Update GopherJS version to 1.19.0-beta1 in perparation for release.
1 parent a533e78 commit 1011858

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
@@ -37,7 +37,7 @@ version, you can use an [older GopherJS release](https://github.com/gopherjs/gop
3737
Install GopherJS with `go install`:
3838

3939
```
40-
go install github.com/gopherjs/gopherjs@v1.19.0-alpha1 # Or replace 'v1.19.0-alpha1' with another version.
40+
go install github.com/gopherjs/gopherjs@v1.19.0-beta1 # Or replace 'v1.19.0-beta1' with another version.
4141
```
4242

4343
If your local Go distribution as reported by `go version` is newer than Go 1.19, then you need to set the `GOPHERJS_GOROOT` environment variable to a directory that contains a Go 1.19 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.19.0-alpha1+go1.19.13"
15+
const Version = "1.19.0-beta1+go1.19.13"
1616

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

0 commit comments

Comments
 (0)