diff --git a/lib/rubypath/version.rb b/lib/rubypath/version.rb index 92091ef..b4ecbf4 100644 --- a/lib/rubypath/version.rb +++ b/lib/rubypath/version.rb @@ -2,7 +2,7 @@ class Path module VERSION MAJOR = 0 MINOR = 2 - PATCH = 0 + PATCH = 1 STAGE = nil STRING = [MAJOR, MINOR, PATCH, STAGE].reject(&:nil?).join('.').freeze