Bump version to 0.2.0 for people who want to check out from git.

This commit is contained in:
Michael Bleigh 2010-11-03 13:56:54 -05:00
parent 889004dbde
commit ea6bbbecca
3 changed files with 4 additions and 2 deletions

View File

@ -143,8 +143,11 @@ namespace :version do
end
namespace :bump do
desc "Increment the major version."
task(:major){ bump_version(0) }
desc "Increment the minor version."
task(:minor){ bump_version(1) }
desc "Increment the patch version."
task(:patch){ bump_version(2) }
end
end

View File

@ -1 +1 @@
0.1.6
0.2.0

View File

@ -1 +0,0 @@
0.0.3