From d28789b5098ad9797b888c804da026487c380a58 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Thu, 17 Sep 2015 16:11:14 +0800 Subject: [PATCH] Change version to v0.32.4 This makes sure the native modules are built against the headers of v0.32.4, since Node.js v4.1.0 has bumped the module version. --- atom.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atom.gyp b/atom.gyp index 63defa4273fd..b49f3ac64bdd 100644 --- a/atom.gyp +++ b/atom.gyp @@ -4,7 +4,7 @@ 'product_name%': 'Electron', 'company_name%': 'GitHub, Inc', 'company_abbr%': 'github', - 'version%': '0.32.3', + 'version%': '0.32.4', }, 'includes': [ 'filenames.gypi',