summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorrm155 <rohitmenon@verizon.net>2021-07-16 18:05:52 -0400
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-12-18 08:38:58 +0900
commitde6ef2ca71453cd7a9a10943dc082718ea2f8f17 (patch)
tree34541d01acf31034424849758a47948e060bed4c /lib
parente442ec4ea0bf28409afbf236efc05a919ce66b2c (diff)
[ruby/benchmark] Freeze VERSION
https://github.com/ruby/benchmark/commit/89b889b109
Diffstat (limited to 'lib')
-rw-r--r--lib/benchmark/version.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/benchmark/version.rb b/lib/benchmark/version.rb
index 90ae2754e4..545575f4ab 100644
--- a/lib/benchmark/version.rb
+++ b/lib/benchmark/version.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
module Benchmark
VERSION = "0.2.0"
end