Skip to content

Commit

Permalink
bump version number to update the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgolick committed Sep 3, 2008
1 parent c852f61 commit c110723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resource_controller/version.rb
Expand Up @@ -2,7 +2,7 @@ module ResourceController
module VERSION module VERSION
MAJOR = 0 MAJOR = 0
MINOR = 5 MINOR = 5
TINY = 0 TINY = 1


STRING = [MAJOR, MINOR, TINY].join('.') STRING = [MAJOR, MINOR, TINY].join('.')
end end
Expand Down

0 comments on commit c110723

Please sign in to comment.