lib/netchk/version.rb in netchk-0.0.1.beta vs lib/netchk/version.rb in netchk-0.0.1

- old
+ new

@@ -1,3 +1,4 @@ +# frozen_string_literal: true module Netchk - VERSION = "0.0.1.beta" + VERSION = '0.0.1' end