lib/bigfiles/version.rb in bigfiles-0.1.3 vs lib/bigfiles/version.rb in bigfiles-0.2.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + # Tool to find the largest source files in your project module BigFiles - VERSION = '0.1.3' + VERSION = '0.2.0' end