[ruby/benchmark] Bump version to 0.2.1

https://github.com/ruby/benchmark/commit/303ac8f28b
This commit is contained in:
Hiroshi SHIBATA 2022-12-05 14:12:50 +09:00 committed by git
parent 4d39a11cd1
commit 0f534bfb6a

View File

@ -1,4 +1,4 @@
# frozen_string_literal: true
module Benchmark
VERSION = "0.2.0"
VERSION = "0.2.1"
end