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

- old
+ new

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