We will have to push a version 1.6.2 to fix 1.6.1 tag_list bug.

This commit is contained in:
Philip Arndt 2011-06-27 10:26:23 +12:00
parent eb4b64a65b
commit e7d107ca4f
2 changed files with 5 additions and 3 deletions

View file

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