Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
bump version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
erwaller committed Jul 7, 2011
1 parent 289ca70 commit a968d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/soulmate/version.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Soulmate
module Version module Version
MAJOR = 0 MAJOR = 0
MINOR = 0 MINOR = 0
PATCH = 3 PATCH = 4


STRING = [MAJOR, MINOR, PATCH].compact.join('.') STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end end
Expand Down

0 comments on commit a968d19

Please sign in to comment.