lib/wise_gopher/version.rb in wise_gopher-0.2.2 vs lib/wise_gopher/version.rb in wise_gopher-0.3.2

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true module WiseGopher module VERSION MAJOR = 0 - MINOR = 2 + MINOR = 3 PATCH = 2 STRING = [MAJOR, MINOR, PATCH].join(".") end end