Increment version to 2.0.3

This commit is contained in:
Philip Arndt 2012-05-14 16:57:31 +12:00
parent 172134f971
commit b335ea5482

View file

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