From edde9de90e365ecaf71c5470eee6f6b96361ba0c Mon Sep 17 00:00:00 2001 From: Jan Xie Date: Wed, 16 Nov 2016 16:42:27 +0800 Subject: [PATCH] bump to 0.11.0 --- Gemfile.lock | 2 +- lib/ethereum/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f85636a..2165432 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby-ethereum (0.10.0) + ruby-ethereum (0.11.0) bitcoin-secp256k1 (~> 0.4) block_logger (>= 0.1.3) digest-sha3 (~> 1.1) diff --git a/lib/ethereum/version.rb b/lib/ethereum/version.rb index 168a27f..7c506b5 100644 --- a/lib/ethereum/version.rb +++ b/lib/ethereum/version.rb @@ -1,5 +1,5 @@ # -*- encoding : ascii-8bit -*- module Ethereum - VERSION = '0.10.0' + VERSION = '0.11.0' end