lib/bigfiles/version.rb in bigfiles-0.2.1 vs lib/bigfiles/version.rb in bigfiles-0.2.2

- old
+ new

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