Incrementing version to 2.0.4 as I wasn't up to date with git when I pushed that last gem :(

This commit is contained in:
Philip Arndt 2012-05-14 16:59:06 +12:00
parent b335ea5482
commit 940046daf6

View file

@ -3,7 +3,7 @@ module Refinery
class Version
@major = 2
@minor = 0
@tiny = 3
@tiny = 4
class << self
attr_reader :major, :minor, :tiny