debian-mirror-gitlab/derailed-benchmarks/lib/derailed_benchmarks/version.rb

6 lines
81 B
Ruby
Raw Normal View History

2019-10-03 14:02:42 +05:30
# frozen_string_literal: true
module DerailedBenchmarks
2019-10-07 21:24:36 +05:30
VERSION = "1.4.1"
2019-10-03 14:02:42 +05:30
end