diff options
author | Hiroshi SHIBATA <[email protected]> | 2021-10-14 19:45:06 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-10-14 20:09:41 +0900 |
commit | caf34400c00205671442b53d412cfb5f8150c96c (patch) | |
tree | 36b05f08924224ccea2151bf1c9b6d12564b6b94 /lib | |
parent | d210950196bb24a2ff5f8afdd02b1ee95abbaf5f (diff) |
[ruby/benchmark] Bump up benchamark version to 0.2.0
https://github.com/ruby/benchmark/commit/eea1657fa2
Diffstat (limited to 'lib')
-rw-r--r-- | lib/benchmark/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/benchmark/version.rb b/lib/benchmark/version.rb index 90d1a3900c..90ae2754e4 100644 --- a/lib/benchmark/version.rb +++ b/lib/benchmark/version.rb @@ -1,3 +1,3 @@ module Benchmark - VERSION = "0.1.1" + VERSION = "0.2.0" end |