We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04f5afa + e1c483b commit 2e81955Copy full SHA for 2e81955
3 files changed
clientcore/ui_wasm_impl.go
@@ -8,6 +8,7 @@ import (
8
"strings"
9
"syscall/js"
10
11
+ "github.com/getlantern/broflake/common"
12
"github.com/google/uuid"
13
)
14
@@ -71,7 +72,7 @@ func (ui UIImpl) OnReady() {
71
72
}
73
74
func (ui UIImpl) OnStartup() {
- // Do nothing
75
+ common.Debugf("Unbounded %v", common.Version)
76
77
78
// 'downstreamChunk' fires once for each chunk of data received
common/version.go
@@ -1,4 +1,4 @@
1
package common
2
3
// Must be a valid semver
4
-const Version = "v2.1.7"
+const Version = "v2.1.8"
ui/public/widget.wasm
280 Bytes
0 commit comments