lib/wise_gopher/version.rb in wise_gopher-0.1.0 vs lib/wise_gopher/version.rb in wise_gopher-0.2.0

- old
+ new

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