1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/benchmark] Freeze VERSION

https://github.com/ruby/benchmark/commit/89b889b109
This commit is contained in:
rm155 2021-07-16 18:05:52 -04:00 committed by Hiroshi SHIBATA
parent e442ec4ea0
commit de6ef2ca71
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

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