lib/ipconverter/version.rb in ipconverter-0.3.1 vs lib/ipconverter/version.rb in ipconverter-0.4.0

- old
+ new

@@ -1,3 +1,5 @@ +# frozen_string_literal: true + module IpConverter - VERSION = '0.3.1'.freeze + VERSION = '0.4.0' end