Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Apr 27, 2014
1 parent 27a8869 commit 643f55d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rubypath/version.rb
@@ -1,8 +1,8 @@
class Path
module VERSION
MAJOR = 0
MINOR = 2
PATCH = 1
MINOR = 3
PATCH = 0
STAGE = nil
STRING = [MAJOR, MINOR, PATCH, STAGE].reject(&:nil?).join('.').freeze

Expand Down

0 comments on commit 643f55d

Please sign in to comment.