lib/heap_profiler/version.rb in heap-profiler-0.2.1 vs lib/heap_profiler/version.rb in heap-profiler-0.3.0

- old
+ new

@@ -1,4 +1,4 @@ # frozen_string_literal: true module HeapProfiler - VERSION = "0.2.1" + VERSION = "0.3.0" end