Skip to content

Commit cdfb492

Browse files
joshaberzcbenz
authored andcommitted
Use 0.8.0.
This picks up the fix for atom/atom#7061.
1 parent 8075600 commit cdfb492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/update-external-binaries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from lib.util import safe_mkdir, rm_rf, extract_zip, tempdir, download
99

1010

11-
VERSION = 'v0.7.0'
11+
VERSION = 'v0.8.0'
1212
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
1313
FRAMEWORKS_URL = 'http://github.com/atom/atom-shell-frameworks/releases' \
1414
'/download/' + VERSION

0 commit comments

Comments
 (0)