Skip to content

Commit

Permalink
Increment version to 2.0.5 as it's not 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Jul 26, 2013
1 parent e0f75af commit 9e7ec5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/refinery/blog/version.rb
Expand Up @@ -3,7 +3,7 @@ module Blog
class Version
@major = 2
@minor = 0
@tiny = 4
@tiny = 5

class << self
attr_reader :major, :minor, :tiny
Expand All @@ -14,4 +14,4 @@ def to_s
end
end
end
end
end

0 comments on commit 9e7ec5b

Please sign in to comment.