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-12-04 20:38:33 +05:30
VERSION = "1.4.2"
2019-10-03 14:02:42 +05:30
end