We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6ce4c commit 2fdfd62Copy full SHA for 2fdfd62
glowdash/glowdash.go
@@ -140,7 +140,7 @@ var CommSSEHost string = ""
140
var CommSSEPort int = 8085
141
var BackgroudDevQueryNetDialerTimeout time.Duration = time.Duration(1200) * time.Millisecond
142
var BackgroudDevQueryNetKeepaliveTimeout time.Duration = time.Duration(1200) * time.Millisecond
143
-var AssetVer string = "109"
+var AssetVer string = "111"
144
145
var Panels []PanelInterface
146
var Pages []PageInterface
0 commit comments