ruby/lib/benchmark/version.rb
2022-12-05 05:15:02 +00:00

4 lines
71 B
Ruby

# frozen_string_literal: true
module Benchmark
VERSION = "0.2.1"
end