Skip to content

Commit

Permalink
Merge pull request JuliaGizmos#123 from piever/version
Browse files Browse the repository at this point in the history
bump electron version
  • Loading branch information
pfitzseb authored May 8, 2018
2 parents 2c9c56d + 771b173 commit e0a2b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AtomShell/install.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import BinDeps

rm′(f) = (isdir(f) || isfile(f)) && rm(f, recursive = true)

const version = "1.7.10"
const version = "1.8.6"

folder() = normpath(joinpath(@__FILE__, "../../../deps"))

Expand Down

0 comments on commit e0a2b46

Please sign in to comment.