Skip to content

Commit

Permalink
Merge pull request #2905 from atom/bump-external-binaries
Browse files Browse the repository at this point in the history
Bump the external binaries version
  • Loading branch information
zcbenz committed Sep 26, 2015
2 parents c0528c5 + 775c90b commit 9c44f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/update-external-binaries.py
Expand Up @@ -8,7 +8,7 @@
from lib.util import safe_mkdir, rm_rf, extract_zip, tempdir, download


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

0 comments on commit 9c44f6a

Please sign in to comment.