Skip to content

Commit

Permalink
Release 0.2.1 with fix for 1.9 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Apr 24, 2014
1 parent c05a0f6 commit 602378c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubypath/version.rb
Expand Up @@ -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

Expand Down

0 comments on commit 602378c

Please sign in to comment.