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

- 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.0' + VERSION = '0.2.1' end