Skip to content

Commit

Permalink
Release bug fix version 0.2.1 (railie fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
mswart committed Feb 26, 2014
1 parent cc76535 commit 3f88f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/msgr/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Msgr
module VERSION
MAJOR = 0
MINOR = 2
PATCH = 0
PATCH = 1
STAGE = nil
STRING = [MAJOR, MINOR, PATCH, STAGE].reject(&:nil?).join('.')

Expand Down

0 comments on commit 3f88f00

Please sign in to comment.