lib/benchmark/driver/version.rb in benchmark_driver-0.3.0 vs lib/benchmark/driver/version.rb in benchmark_driver-0.4.0

- old
+ new

@@ -1,5 +1,5 @@ module Benchmark - class Driver - VERSION = '0.3.0' + module Driver + VERSION = '0.4.0' end end