lib/heap_profiler/version.rb in heap-profiler-0.1.0 vs lib/heap_profiler/version.rb in heap-profiler-0.2.0

- old
+ new

@@ -1,6 +1,6 @@ # frozen_string_literal: true module Heap module Profiler - VERSION = "0.1.0" + VERSION = "0.2.0" end end