Skip to content
This repository was archived by the owner on Jul 14, 2020. It is now read-only.

Commit edde9de

Browse files
author
Jan Xie
committed
bump to 0.11.0
1 parent 732c572 commit edde9de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ruby-ethereum (0.10.0)
4+
ruby-ethereum (0.11.0)
55
bitcoin-secp256k1 (~> 0.4)
66
block_logger (>= 0.1.3)
77
digest-sha3 (~> 1.1)

lib/ethereum/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- encoding : ascii-8bit -*-
22

33
module Ethereum
4-
VERSION = '0.10.0'
4+
VERSION = '0.11.0'
55
end

0 commit comments

Comments
 (0)