lib/wise_gopher/version.rb in wise_gopher-0.2.0 vs lib/wise_gopher/version.rb in wise_gopher-0.2.1
- old
+ new
@@ -2,10 +2,10 @@
module WiseGopher
module VERSION
MAJOR = 0
MINOR = 2
- PATCH = 0
+ PATCH = 1
STRING = [MAJOR, MINOR, PATCH].join(".")
end
end