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

- old
+ new

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