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

- old
+ new

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