Wow, I'm getting good at releasing new versions of this. Fixes size (again).

This commit is contained in:
Philip Arndt 2011-05-28 00:32:20 +12:00
parent 2d41081770
commit 3a5d3f56f3
3 changed files with 4 additions and 4 deletions

View file

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