Skip to content

Commit 2fdfd62

Browse files
committed
Increment static file version
1 parent 3c6ce4c commit 2fdfd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glowdash/glowdash.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ var CommSSEHost string = ""
140140
var CommSSEPort int = 8085
141141
var BackgroudDevQueryNetDialerTimeout time.Duration = time.Duration(1200) * time.Millisecond
142142
var BackgroudDevQueryNetKeepaliveTimeout time.Duration = time.Duration(1200) * time.Millisecond
143-
var AssetVer string = "109"
143+
var AssetVer string = "111"
144144

145145
var Panels []PanelInterface
146146
var Pages []PageInterface

0 commit comments

Comments
 (0)