diff options
author | Tom Duffield <tom@chef.io> | 2017-03-07 08:13:48 -0600 |
---|---|---|
committer | Tom Duffield <tom@chef.io> | 2017-03-07 08:13:48 -0600 |
commit | 3a4e8936c53d3b814465a468b7c8a030b09336f1 (patch) | |
tree | 9c3295dbd0bc116ff4c1e7b7c11f4b3b3429801a /tasks | |
parent | 3c99c0cb50941e571dd5a923667ff04014fbbbfa (diff) | |
download | chef-3a4e8936c53d3b814465a468b7c8a030b09336f1.tar.gz |
Bump patch not minor
Signed-off-by: Tom Duffield <tom@chef.io>
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/version.rb b/tasks/version.rb index 812d7001d1..e1fd538f68 100644 --- a/tasks/version.rb +++ b/tasks/version.rb @@ -19,7 +19,7 @@ task :ci_version_bump do begin require "rake" - Rake::Task["version:bump_minor"].invoke + Rake::Task["version:bump_patch"].invoke Rake::Task["version:update"].invoke # We want to log errors that occur in the following tasks, but we don't |