diff --git a/menuItems.js b/menuItems.js index b1f122e53..70fbec9b1 100644 --- a/menuItems.js +++ b/menuItems.js @@ -158,7 +158,7 @@ var menuTempl = function(webviews) { label: i18n.t('mist.applicationMenu.develop.ethereumNode'), submenu: [ { - label: 'Geth 1.2.3 (Go)', + label: 'Geth 1.3.1 (Go)', checked: !!global.nodes.geth, enabled: !global.nodes.geth, type: 'checkbox', diff --git a/nodes/geth/darwin-x64/geth b/nodes/geth/darwin-x64/geth index 4c83313a2..35729980f 100755 Binary files a/nodes/geth/darwin-x64/geth and b/nodes/geth/darwin-x64/geth differ diff --git a/nodes/geth/linux-x64/geth b/nodes/geth/linux-x64/geth index cec4979cf..d9d27fbc6 100755 Binary files a/nodes/geth/linux-x64/geth and b/nodes/geth/linux-x64/geth differ diff --git a/nodes/geth/win32-x64/geth.exe b/nodes/geth/win32-x64/geth.exe index c8871530a..535eabf99 100755 Binary files a/nodes/geth/win32-x64/geth.exe and b/nodes/geth/win32-x64/geth.exe differ