Skip to content

Commit 8ab587d

Browse files
committed
Update to Firefox 66.0.4 to fix addon cert
1 parent 883cd9c commit 8ab587d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go:
55

66
addons:
77
# Use the full version number with ".0" if needed. This value is scraped by setup scripts.
8-
firefox: "63.0"
8+
firefox: "66.0.4"
99
apt:
1010
packages:
1111
- rpm

interfacer/src/browsh/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package browsh
22

3-
var browshVersion = "1.5.0"
3+
var browshVersion = "1.5.1"

0 commit comments

Comments
 (0)