lib/bigfiles/version.rb in bigfiles-0.2.2 vs lib/bigfiles/version.rb in bigfiles-0.3.0
- 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.2'
+ VERSION = '0.3.0'
end