lib/spacex/version.rb in spacex-0.0.3 vs lib/spacex/version.rb in spacex-0.0.4

- old
+ new

@@ -1,8 +1,8 @@ # frozen_string_literal: true module SPACEX - VERSION = '0.0.3' + VERSION = '0.0.4' def self.help puts 'https://github.com/rodolfobandeira/spacex' end end